pub trait MssqlExecutor<'c>: Executor<Database = Mssql> { }
Expand description
An alias for Executor<'_, Database = Mssql>
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.