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

Implementors