Module allocator_api::boxed[][src]

A pointer type for heap allocation.

Box<T, A> is similar to std::boxed::Box<T>, but pointers are associated with a specific allocator, allowing boxed pointers in different heaps.

Structs

Box

A pointer type for heap allocation.