Struct kailua_check::env::NameDef [] [src]

pub struct NameDef {
    pub span: Span,
    pub slot: NameSlot,
}

A name definition.

Fields

The definition span.

The associated slot type and the initialization status.

Trait Implementations

impl Clone for NameDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NameDef
[src]

Formats the value using the given formatter.