PrintableInteger

Trait PrintableInteger 

Source
pub trait PrintableInteger: Display { }
Expand description

A value that can be formatted as a decimal integer

Implementations on Foreign Types§

Source§

impl PrintableInteger for i8

Source§

impl PrintableInteger for i16

Source§

impl PrintableInteger for i32

Source§

impl PrintableInteger for i64

Source§

impl PrintableInteger for i128

Source§

impl PrintableInteger for isize

Source§

impl PrintableInteger for u8

Source§

impl PrintableInteger for u16

Source§

impl PrintableInteger for u32

Source§

impl PrintableInteger for u64

Source§

impl PrintableInteger for u128

Source§

impl PrintableInteger for usize

Implementors§