Trait sqlx_oldapi::MssqlExecutor

source ·
pub trait MssqlExecutor<'c>: Executor<'c, Database = Mssql> { }
Available on crate feature mssql only.
Expand description

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'c, T> MssqlExecutor<'c> for T
where T: Executor<'c, Database = Mssql>,