pub trait LeasedConnection: DerefMut<Target = Connection> { }Expand description
A temporary lease of a connection taken from the ConnectionPool.
The connection is released into the pool when dropped.
pub trait LeasedConnection: DerefMut<Target = Connection> { }A temporary lease of a connection taken from the ConnectionPool.
The connection is released into the pool when dropped.