Trait gluon_base::types::PrimitiveEnv[][src]

pub trait PrimitiveEnv: TypeEnv {
    fn get_bool(&self) -> ArcType;
}
Expand description

Trait which is a TypeEnv which also provides access to the type representation of some primitive types

Required methods

Implementations on Foreign Types

Implementors