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