Struct deadpool_sqlite::Manager [−][src]
pub struct Manager { /* fields omitted */ }Expand description
Manager for creating and recycling SQLite Connections.
Implementations
Trait Implementations
type Type = SyncWrapper<Connection>
type Type = SyncWrapper<Connection>
Creates a new instance of Manager::Type.
Tries to recycle an instance of Manager::Type. Read more