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