Struct block_pool::Returnable [−][src]
pub struct Returnable<'p, T> { /* fields omitted */ }
Expand description
A smart pointer that holds an object taken from a pool.
Returns the object to the pool when dropped.
pub struct Returnable<'p, T> { /* fields omitted */ }
A smart pointer that holds an object taken from a pool.
Returns the object to the pool when dropped.