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

Implementors