pub trait ExecutorOptionTransaction {
// Required method
fn as_copy(&mut self) -> &mut Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait ExecutorOptionTransaction {
// Required method
fn as_copy(&mut self) -> &mut Self;
}