Struct gluon_base::ast::EmptyEnv[][src]

pub struct EmptyEnv<T>(_);

Trait Implementations

impl<T> Default for EmptyEnv<T>
[src]

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

impl<T: AsRef<str>> DisplayEnv for EmptyEnv<T>
[src]

impl KindEnv for EmptyEnv<Symbol>
[src]

Returns the kind of the type type_name

impl TypeEnv for EmptyEnv<Symbol>
[src]

Returns the type of the value bound at id

Returns information about the type id

Auto Trait Implementations

impl<T> Send for EmptyEnv<T> where
    T: Send

impl<T> Sync for EmptyEnv<T> where
    T: Sync