Expand description
Smart handles for pool-allocated objects.
Structs§
- Owned
Handle - An owned handle to a pool-allocated object.
- Shared
Handle - A shared handle to a pool-allocated object with reference counting.
- Weak
Handle - A weak handle to a pool-allocated object.
Traits§
- Pool
Interface - Internal trait for pool operations needed by handles.