pub trait Context<Cnf> {
    fn context(&self) -> Self;
    fn settings(&self) -> Cnf;
}

Required Methods

Implementors