Trait camo::IntoType[][src]

pub trait IntoType {
    fn into_type() -> Type;
}

Describes how to represent the source type as a Type (type use value).

Required methods

Loading content...

Implementations on Foreign Types

impl IntoType for bool[src]

impl IntoType for u8[src]

impl IntoType for u16[src]

impl IntoType for u32[src]

impl IntoType for u64[src]

impl IntoType for u128[src]

impl IntoType for usize[src]

impl IntoType for i8[src]

impl IntoType for i16[src]

impl IntoType for i32[src]

impl IntoType for i64[src]

impl IntoType for i128[src]

impl IntoType for isize[src]

impl IntoType for f32[src]

impl IntoType for f64[src]

impl IntoType for char[src]

impl IntoType for str[src]

Loading content...

Implementors

Loading content...