Struct kailua_check::env::Frame [] [src]

pub struct Frame {
    pub vararg: Option<TySeq>,
    pub returns: Returns<TySeq>,
}

A function frame.

Fields

A type of ... in given frame, if any.

Return types.

Trait Implementations

impl Clone for Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Frame
[src]

Formats the value using the given formatter.