Struct espr::ast::TypeDecl [−][src]
pub struct TypeDecl {
pub type_id: String,
pub underlying_type: Type,
pub where_clause: Option<WhereClause>,
}
Expand description
Type declaration by type_decl.
Fields
type_id: String
underlying_type: Type
where_clause: Option<WhereClause>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeDecl
impl UnwindSafe for TypeDecl
Blanket Implementations
Mutably borrows from an owned value. Read more