sqlx

Trait MySqlExecutor

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

Object Safety§

This trait is not object safe.

Implementors§

source§

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