[][src]Trait brotli::enc::backward_references::hash_to_binary_tree::Allocable

pub trait Allocable<T: Copy, AllocT: Allocator<T>> {
    fn new(m: &mut AllocT, init: T) -> Self;
fn new_uninit(m: &mut AllocT) -> Self;
fn free(&mut self, m: &mut AllocT); }

Required methods

fn new(m: &mut AllocT, init: T) -> Self

fn new_uninit(m: &mut AllocT) -> Self

fn free(&mut self, m: &mut AllocT)

Loading content...

Implementors

impl<AllocU32: Allocator<u32>> Allocable<u32, AllocU32> for H10Buckets<AllocU32>[src]

Loading content...