pub fn fold_switch_cases<V>(
    _visitor: &mut V,
    n: Vec<SwitchCase, Global>
) -> Vec<SwitchCase, Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    V: Fold + ?Sized