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

Required Methods

Implementations on Foreign Types

Implementors