Module alloc::boxedExperimental [-]  [+] [src]

A unique pointer type.

Structs

Box

A type that represents a uniquely-owned value.

Statics

HEAP

A value that represents the global exchange heap. This is the default place that the box keyword allocates into when no place is supplied.

Traits

BoxAny

Extension methods for an owning Any trait object.