Struct sixtyfps_compilerlib::parser::Node [−][src]
pub struct Node<'a, P: Parser>(_);Expand description
The return value of DefaultParser::start_node. This borrows the parser
and finishes the node on Drop
pub struct Node<'a, P: Parser>(_);The return value of DefaultParser::start_node. This borrows the parser
and finishes the node on Drop