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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'c, T: Executor<'c, Database = MySql>> MySqlExecutor<'c> for T