pub fn visit_meta<'ast, V>(v: &mut V, node: &'ast Meta) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.