[−][src]Trait copyless::BoxHelper
Helper trait for a Box
type that allocates up-front.
Required methods
fn alloc() -> BoxAllocation<T>
[−]
Allocates the storage without providing any data.
Helper trait for a Box
type that allocates up-front.
fn alloc() -> BoxAllocation<T>
[−]Allocates the storage without providing any data.
impl<T> BoxHelper<T> for Box<T>
[src][−]fn alloc() -> BoxAllocation<T>
[src]