rustc_ast::visit

Function walk_qself

source
fn walk_qself<'a, V: Visitor<'a>>(
    visitor: &mut V,
    qself: &'a Option<P<QSelf>>,
) -> V::Result