pub trait MySqlExecutor<'c>: Executor<'c, Database = MySql> { }
This is supported on crate feature mysql only.
Expand description

Implementors