Trait divans::interface::NewWithAllocator[][src]

pub trait NewWithAllocator<AllocU8: Allocator<u8>> {
    fn new(m8: &mut AllocU8) -> Self;
fn free(&mut self, m8: &mut AllocU8); }

Required Methods

Implementors