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