pub trait Contextual: Configurable {
    fn context(&self) -> &Self { ... }
}

Provided Methods

Implementors