Struct espr::ir::Simple [−][src]
pub struct Simple {
pub id: String,
pub ty: SimpleType,
}Expand description
Rename of primitive type,
e.g. TYPE label = STRING; ENDTYPE;
Fields
id: Stringty: SimpleTypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Simple
impl UnwindSafe for Simple
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more