pub trait ExecutorOptionTransaction {
    fn as_copy(&mut self) -> &mut Self;
}

Required Methods

Implementations on Foreign Types

Implementors