Struct brotli_decompressor::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