Trait config_parser2::ConfigParser[][src]

pub trait ConfigParser {
    fn parse(&mut self, value: Value) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors