Trait mysql_async::prelude::ToConnection[][src]

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.

Implementors