Expand description
Aliasable Box
.
Structsยง
- Basic aliasable (non
core::ptr::Unique
) alternative toalloc::boxed::Box
. - A pointer type that uniquely owns a heap allocation of type
T
.
Aliasable Box
.
core::ptr::Unique
) alternative to
alloc::boxed::Box
.T
.