Function quire::raw_parse [] [src]

pub fn raw_parse<T, F>(name: Rc<String>,
                       data: &str,
                       process: F)
                       -> Result<T, Error> where F: FnOnce(Document) -> T

Raw parser of the yaml to ast

Outside of the library itself it's useful for include handler