[][src]Trait gluon_vm::compiler::CompilerEnv

pub trait CompilerEnv: TypeEnv {
    fn find_var(&self, id: &Symbol) -> Option<(Variable<Symbol>, ArcType)>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<'a, T: CompilerEnv> CompilerEnv for &'a T[src]

Loading content...

Implementors

impl CompilerEnv for TypeInfos[src]

impl CompilerEnv for VmEnv[src]

Loading content...