Trait shades::ToPrimType[][src]

pub trait ToPrimType {
    const PRIM_TYPE: PrimType;
}

Class of types that are recognized by the EDSL.

Any type implementing this type family is representable in the EDSL.

Associated Constants

const PRIM_TYPE: PrimType[src]

Mapped primitive type.

Loading content...

Implementations on Foreign Types

impl ToPrimType for i32[src]

impl ToPrimType for u32[src]

impl ToPrimType for f32[src]

impl ToPrimType for bool[src]

Loading content...

Implementors

Loading content...