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

Required Methods

Implementors