Struct gluon_language_server::CheckImporter [] [src]

pub struct CheckImporter(pub Arc<Mutex<FnvMap<String, (Lines, 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 Importer for CheckImporter
[src]