Trait fmt_cmp::int::Integer[][src]

pub trait Integer: Sealed { }
Expand description

A trait for integer types that can be compared with cmp_int function.

This trait is sealed and cannot be implemented outside of fmt_cmp crate.

Implementations on Foreign Types

Implementors