Trait syntex_syntax::ast::NodeIdAssigner
[−]
[src]
pub trait NodeIdAssigner {
fn next_node_id(&self) -> NodeId;
fn peek_node_id(&self) -> NodeId;
}