Trait brotli::enc::backward_references::CloneWithAlloc
source · pub trait CloneWithAlloc<Alloc: Allocator<u16> + Allocator<u32>> {
// Required method
fn clone_with_alloc(&self, m: &mut Alloc) -> Self;
}