Struct i_slint_compiler::parser::Node
source · 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