Expand description
Multi-type arena allocation
Structs§
- Typed
Arena - An arena of objects of type
T
.
Traits§
- Alloc
- Allocates values.
- Alloc
Into - Allocates values into some arena.
- Alloc
Owned - Allocates values implementing
ToOwned
. - Alloc
Owned Into - Allocates values implementing
ToOwned
into some arena. - Alloc
Owned Self - Allocates values implementing
ToOwned
into itself. - Alloc
Self - Allocates values into itself.