Struct brotli_decompressor::writer::HeapAlloc
[−]
pub struct HeapAlloc<T> where
T: Clone, {
pub default_value: T,
}
Fields
default_value: T
Methods
impl<T> HeapAlloc<T> where
T: Clone,
T: Clone,
Trait Implementations
impl<T> Allocator<T> for HeapAlloc<T> where
T: Clone,
T: Clone,