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;
}
Required Methods§
fn clone_with_alloc(&self, m: &mut Alloc) -> Self
Object Safety§
This trait is not object safe.