[][src]Trait copyless::BoxHelper

pub trait BoxHelper<T> {
    fn alloc() -> BoxAllocation<T>;
}

Helper trait for a Box type that allocates up-front.

Required methods

fn alloc() -> BoxAllocation<T>

Allocates the storage without providing any data.

Loading content...

Implementations on Foreign Types

impl<T> BoxHelper<T> for Box<T>[src]

Loading content...

Implementors

Loading content...