pub trait RunContextFactory {
    fn prerun(&self) { ... }
    fn postrun(&self) { ... }
}

Provided Methods

Implementors