[][src]Function ucglib::parse::parse

pub fn parse<'a>(input: OffsetStrIter<'a>) -> Result<Vec<Statement>, String>

Parses a LocatedSpan into a list of Statements or an error::Error.