syn::visit

Function visit_meta

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