pub fn visit_type_impl_trait_mut<V>(v: &mut V, node: &mut TypeImplTrait) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.