Function syn::visit::visit_abi[][src]

pub fn visit_abi<'ast, V>(v: &mut V, node: &'ast Abi) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.