[][src]Trait bitlab::TypeInfo

pub trait TypeInfo {
    fn type_of(&self) -> &'static str;
}

A trait to get the data type as a string for a integer and floating point types.

Required methods

fn type_of(&self) -> &'static str

Returns the variable type as a string

Loading content...

Implementations on Foreign Types

impl TypeInfo for u8[src]

impl TypeInfo for u16[src]

impl TypeInfo for u32[src]

impl TypeInfo for u64[src]

impl TypeInfo for i8[src]

impl TypeInfo for i16[src]

impl TypeInfo for i32[src]

impl TypeInfo for i64[src]

impl TypeInfo for f32[src]

impl TypeInfo for f64[src]

Loading content...

Implementors

Loading content...