Function tc::parse::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