Struct arret_compiler::CompileCtx [−][src]
pub struct CompileCtx { /* fields omitted */ }Shared context for compilation
This isn’t specific to a given program or REPL session. It acts as a global cache of compiled source files and Rust libraries; it should be reused whenever possible.
Implementations
impl CompileCtx[src]
impl CompileCtx[src]