syn::visit

Function visit_type

source
pub fn visit_type<'ast, V>(v: &mut V, node: &'ast Type)
where V: Visit<'ast> + ?Sized,