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: Stringunderlying_type: Typewhere_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