Struct sixtyfps_compilerlib::parser::NodeToken [−][src]
pub struct NodeToken(_);
Expand description
A token to proof that start_node_impl and finish_node_impl are only called from the Node implementation
Since the constructor is private, it cannot be produced by anything else.
Auto Trait Implementations
impl RefUnwindSafe for NodeToken
impl UnwindSafe for NodeToken