Struct simple_pool::ResourcePoolGuard [−][src]
pub struct ResourcePoolGuard<T> { /* fields omitted */ }Expand description
Returns a container with a resource
When dropped, the resource is sent back to the pool
Implementations
Do not return resource back to the pool when dropped
Replace resource with a new one