Function syn::visit::visit_path_arguments[][src]

pub fn visit_path_arguments<'ast, V>(v: &mut V, node: &'ast PathArguments) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit and (crate features derive or full) only.