Expand description
This crate provides a Box
-like type that is allocated larger than
necessary.
This allows it to be reused for objects of different sizes without reallocating.
Macros§
- Coerces an oversized box.
Structs§
- A
Box
forT
with an allocation whose size and alignment is the same asS
.