syn::visit

Function visit_qself

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