Trait Contextual

Source
pub trait Contextual: ToString {
    type Cnf: Configurable;
    type Ctx;

    // Required method
    fn context(&self) -> &Self::Ctx;
}

Required Associated Types§

Required Methods§

Source

fn context(&self) -> &Self::Ctx

Implementors§