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

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

Required methods

fn has_config(&self) -> bool

fn read(&self) -> Result<String, Error>

Loading content...

Implementors

impl ConfigReader for ConfigFileReader[src]

Loading content...