Expand description

Implements dynamically typed arenas, where any type of item can be allocated.

Structs

An arena allocator where any type of object can be allocated.

Marker type that indiates everything in the DynamicArena isn’t nesicarrily Send.

Marker type that indicates you expect everything in the DynamicArena to be Send

Traits

Marker trait that indicates whether or a DynamicArena may be sent across threads

Type Definitions

An alias for an arena allocator which requires that everything is Send + 'a.