syn::gen::visit

Function visit_type_slice

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