Trait num_convert::TypeInfo

source ·
pub trait TypeInfo {
    // Required method
    fn info() -> &'static str;
}
Available on crate feature type_info only.
Expand description

Trait for type info.

Required Methods§

source

fn info() -> &'static str

Returns the type.

Implementations on Foreign Types§

source§

impl TypeInfo for i16

source§

fn info() -> &'static str

source§

impl TypeInfo for isize

source§

fn info() -> &'static str

source§

impl TypeInfo for i32

source§

fn info() -> &'static str

source§

impl TypeInfo for u16

source§

fn info() -> &'static str

source§

impl TypeInfo for i8

source§

fn info() -> &'static str

source§

impl TypeInfo for u8

source§

fn info() -> &'static str

source§

impl TypeInfo for u128

source§

fn info() -> &'static str

source§

impl TypeInfo for i64

source§

fn info() -> &'static str

source§

impl TypeInfo for u32

source§

fn info() -> &'static str

source§

impl TypeInfo for i128

source§

fn info() -> &'static str

source§

impl TypeInfo for usize

source§

fn info() -> &'static str

source§

impl TypeInfo for u64

source§

fn info() -> &'static str

Implementors§