pub trait Configurable {
    fn settings(&self) -> &Self { ... }
}

Provided Methods

Implementors