Trait rustc_arena::IterExt[][src]

pub(crate) trait IterExt<T> {
    fn alloc_from_iter(self, arena: &TypedArena<T>) -> &mut [T];
}

Required methods

Implementations on Foreign Types

Implementors