Trait itoa::Integer

source ·
pub trait Integer: Sealed { }
Expand description

An integer that can be written into an itoa::Buffer.

This trait is sealed and cannot be implemented for types outside of itoa.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Integer for i8

source§

impl Integer for i16

source§

impl Integer for i32

source§

impl Integer for i64

source§

impl Integer for i128

source§

impl Integer for isize

source§

impl Integer for u8

source§

impl Integer for u16

source§

impl Integer for u32

source§

impl Integer for u64

source§

impl Integer for u128

source§

impl Integer for usize

Implementors§