pub trait TypeName {
    fn type_name() -> &'static str;
}

Required Methods

Returns the type name of the object as a string. (i.e. “u8”)

Implementations on Foreign Types

Returns the type name as a string.

Returns the type name as a string.

Returns the type name as a string.

Returns the type name as a string.

Returns the type name as a string.

Implementors