Struct kailua_check::env::Module [] [src]

pub struct Module {
    pub returns: Option<Slot>,
    pub exported_types: HashMap<Name, TypeDef>,
}

The resolved information about the module loaded by require or similar.

Fields

The return types from the module if any. None if the module never returns.

A list of exported type definitions.

Methods

impl Module
[src]

Trait Implementations

impl Clone for Module
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Module
[src]

Formats the value using the given formatter.