Function syn::visit::visit_visibility

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