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.

Implementations on Foreign Types

Implementors