Trait sqlx::MySqlExecutor

source ·
pub trait MySqlExecutor<'c>: Executor<'c, Database = MySql> { }
Available on crate feature mysql only.
Expand description

Implementors§

source§

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