logo
pub struct TypeLoader<'a> {
    pub global_type_registry: Rc<RefCell<TypeRegister>>,
    pub compiler_config: &'a CompilerConfiguration,
    /* private fields */
}

Fields

global_type_registry: Rc<RefCell<TypeRegister>>compiler_config: &'a CompilerConfiguration

Implementations

Imports of files that don’t have the .60 extension are returned.

Append a possibly relative path to a base path. Returns the data if it resolves to a built-in (compiled-in) file.

Load a file, and its dependency not run the passes.

the path must be the canonical path

Lookup a filename and try to find the absolute filename based on the include path or the current file directory

Return a document if it was already loaded

Return an iterator over all the loaded file path

Returns an iterator over all the loaded documents

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.