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