ValTypeInfo

Trait ValTypeInfo 

Source
pub trait ValTypeInfo {
    // Required method
    fn info(self) -> &'static str;
}
Available on crate feature val_type_info only.
Expand description

Trait value type info.

Required Methods§

Source

fn info(self) -> &'static str

Returns value type info.

Implementations on Foreign Types§

Source§

impl ValTypeInfo for i8

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for i16

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for i32

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for i64

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for i128

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for isize

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for u8

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for u16

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for u32

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for u64

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for u128

Source§

fn info(self) -> &'static str

Source§

impl ValTypeInfo for usize

Source§

fn info(self) -> &'static str

Implementors§