rustc_
ast
1.83.0-beta.6
(4ff8ff0ec 2024-11-16)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_lifetime
Copy item path
source
pub fn walk_lifetime<'a, V:
Visitor
<'a>>( visitor:
&mut V
, lifetime: &'a
Lifetime
, ) -> V::
Result