arena_traits

Trait IndexAlloc

Source
pub trait IndexAlloc<Idx>: IndexMut<Idx> {
    // Required method
    fn alloc(&mut self, a: Self::Output) -> Idx;
}

Required Methods§

Source

fn alloc(&mut self, a: Self::Output) -> Idx

Implementors§