pub(crate) trait IterExt<T> {
    fn alloc_from_iter(self, arena: &TypedArena<T>) -> &mut [T]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8];
}

Required Methods

Implementations on Foreign Types

Implementors