Trait bitlab::TypeInfo[][src]

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

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

Required methods

Returns the variable type as a string

Implementations on Foreign Types

Implementors