pub trait ToConnection<'a, 't: 'a>: ToConnection<'a, 't> { }
Expand description
Everything that is a connection.
Note that you could obtain a 'static
connection by giving away Conn
or Pool
.
pub trait ToConnection<'a, 't: 'a>: ToConnection<'a, 't> { }
Everything that is a connection.
Note that you could obtain a 'static
connection by giving away Conn
or Pool
.