Trait krankerl::config::ConfigReader [] [src]

pub trait ConfigReader {
    fn has_config(&self) -> bool;
fn read(&self) -> Result<String, Error>; }

Required Methods

Implementors