Function reproto_parser::parse [] [src]

pub fn parse<'input>(
    object: Rc<Box<Object>>,
    input: &'input str
) -> Result<File<'input>>

Parse the given object.