Struct syntex_syntax::ast_util::IdRange
[−]
[src]
pub struct IdRange { pub min: NodeId, pub max: NodeId, }
Fields
min | |
max |
pub struct IdRange { pub min: NodeId, pub max: NodeId, }
min | |
max |
impl IdRange
impl Debug for IdRange
impl Decodable for IdRange
impl Encodable for IdRange
impl Clone for IdRange
fn clone(&self) -> IdRange
fn clone_from(&mut self, source: &Self)
impl Copy for IdRange