pub trait Parse {
    fn parse(string: &str, options: Options) -> Result;
}

Required methods

Implementors