Function syn::visit::visit_attribute

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