OdbcExecutor

Trait OdbcExecutor 

Source
pub trait OdbcExecutor<'c>: Executor<'c, Database = Odbc> { }
Available on crate feature odbc only.
Expand description

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.

Implementors§

Source§

impl<'c, T: Executor<'c, Database = Odbc>> OdbcExecutor<'c> for T