syn::visit

Function visit_nested_meta

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