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

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

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

Required methods

fn get_bool(&self) -> ArcType

Loading content...

Implementations on Foreign Types

impl<'a, T: ?Sized + PrimitiveEnv> PrimitiveEnv for &'a T[src]

Loading content...

Implementors

Loading content...