Struct alloc_no_stdlib::HeapAlloc [] [src]

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

Fields

Methods

impl<T: Clone> HeapAlloc<T>
[src]

Trait Implementations

impl<T: Clone> Allocator<T> for HeapAlloc<T>
[src]