Skip to main content

LeasedConnection

Trait LeasedConnection 

Source
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.

Implementorsยง