Struct gluon::import::CheckImporter [] [src]

pub struct CheckImporter(pub Arc<Mutex<FnvMap<String, SpannedExpr<Symbol>>>>);

Methods

impl CheckImporter
[src]

Trait Implementations

impl Clone for CheckImporter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CheckImporter
[src]

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

impl Importer for CheckImporter
[src]