syn::gen::visit

Function visit_abi

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