pub fn visit_vis_public<'ast, V>(v: &mut V, node: &'ast VisPublic) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.