Function parse_line

Source
pub fn parse_line<I>(chars: I) -> Result<Item>
where I: IntoIterator<Item = char>, I::IntoIter: Clone,
Expand description

Parse the given string to produce an AST item