Structs§
- Pool
- Standard pool implementation
- Pool
Item - An item borrowed from a pool
- Shared
Pool Item - A shared reference to a pooled item
- Sync
Pool - Sync
Pool Item
Enums§
- Pool
Value - Enum to hold either a
Box<T>orTdirectly
Traits§
- PoolExt
- Core trait defining pool operations
- Return
Handle - Returnable
- Trait for items that can be returned to a pool