Trait sqlx_model::ExecutorOptionPool
source · pub trait ExecutorOptionPool {
// Required method
fn as_copy(&self) -> &Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait ExecutorOptionPool {
// Required method
fn as_copy(&self) -> &Self;
}