Struct brotli::HeapAlloc []

pub struct HeapAlloc<T> where T: Clone {
    pub default_value: T,
}

Fields

Methods

impl<T> HeapAlloc<T> where T: Clone

Trait Implementations

impl<T> Allocator<T> for HeapAlloc<T> where T: Clone