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

Required Methods

Implementations on Foreign Types

Implementors