Trait sized_object_pool::SizedAllocatable[][src]

pub trait SizedAllocatable {
    fn new(size: usize) -> Self;
fn size(&self) -> usize; }

Required methods

fn new(size: usize) -> Self[src]

fn size(&self) -> usize[src]

Loading content...

Implementors

Loading content...