std::boxed::Box

Struct std::boxed::Box

#[lang = "owned_box"]
pub struct Box<T>(_) where    T: ?Sized;

A pointer type for heap allocation.

See the module-level documentation for more-

Methods

impl<T> Box<T> [src]

Allocates memory on the heap and then pl