pub trait MySqlExecutor<'c>: Executor<'c, Database = MySql> { }
Expand description

Implementors