Trait itoa::Integer[][src]

pub trait Integer: Sealed { }
Expand description

An integer that can be formatted by itoa::write and itoa::fmt.

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

Implementations on Foreign Types

Implementors