Module handle

Module handle 

Source
Expand description

Smart handles for pool-allocated objects.

Structs§

OwnedHandle
An owned handle to a pool-allocated object.
SharedHandle
A shared handle to a pool-allocated object with reference counting.
WeakHandle
A weak handle to a pool-allocated object.

Traits§

PoolInterface
Internal trait for pool operations needed by handles.