Trait sea_schema::mysql::discovery::IntoExecutor[][src]

pub trait IntoExecutor {
    fn into_executor(self) -> Executor;
}
This is supported on crate features mysql and discovery only.

Required methods

Implementors