Trait brotli::enc::backward_references::CloneWithAlloc[][src]

pub trait CloneWithAlloc<Alloc: Allocator<u16> + Allocator<u32>> {
    fn clone_with_alloc(&self, m: &mut Alloc) -> Self;
}

Required methods

Implementors