Struct kailua_check::env::TypeDef [] [src]

pub struct TypeDef {
    pub span: Span,
    pub ty: Ty,
}

A named type definition.

Fields

The definition span.

The type.

Trait Implementations

impl Clone for TypeDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeDef
[src]

Formats the value using the given formatter.