pub trait Config: Default + TomlConfig + DeserializeOwned {
    fn get_log_level(&self) -> Option<LogLevel> { ... }
}

Provided methods

Implementors