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