Struct kailua_check::Preload [] [src]

pub struct Preload {
    pub open: Vec<Spanned<Vec<u8>>>,
    pub require: Vec<Spanned<Vec<u8>>>,
}

Options to populate the execution environment before checking.

They are essentially identical to a series of --# open statements and require function calls in the order of arguments.

Fields

A list of preloaded built-in libraries.

A list of preloaded require targets.

Trait Implementations

impl Clone for Preload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Preload
[src]

Formats the value using the given formatter.

impl Default for Preload
[src]

Returns the "default value" for a type. Read more