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