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