Struct mempool::RefGuard
[−]
[src]
pub struct RefGuard<'a, T: Send + 'static> {
// some fields omitted
}A guard for putting values back into the pool on drop.
This stores a borrowed reference to the pool that it originated from.