ElemType

Trait ElemType 

Source
pub trait ElemType:
    Sized
    + Copy
    + Debug
    + 'static {
    type Type: Type<ElemType = Self>;
}

Required Associated Types§

Source

type Type: Type<ElemType = Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ElemType for bool

Source§

impl ElemType for f32

Source§

impl ElemType for f64

Source§

impl ElemType for i8

Source§

impl ElemType for i16

Source§

impl ElemType for i32

Source§

impl ElemType for i64

Source§

impl ElemType for u8

Source§

impl ElemType for u16

Source§

impl ElemType for u32

Source§

impl ElemType for u64

Implementors§