syn::visit

Function visit_lifetime_def

Source
pub fn visit_lifetime_def<'ast, V>(v: &mut V, node: &'ast LifetimeDef)
where V: Visit<'ast> + ?Sized,