Struct deadpool_r2d2::Manager [−][src]
pub struct Manager<M: ManageConnection> { /* fields omitted */ }Expand description
Manager for use with r2d2 managers.
See the deadpool documentation for usage examples.
Implementations
Trait Implementations
type Type = SyncWrapper<M::Connection>
type Type = SyncWrapper<M::Connection>
Creates a new instance of Manager::Type.
Tries to recycle an instance of Manager::Type. Read more