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

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

Required methods

Implementors