Trait iobuf::IntLike [] [src]

pub trait IntLike { }

8-64 bit integer types. Not floating point.

This used to be in the standard library, but was pulled out into an external library that adds support for arbitrary-sized integers, rationals, complex numbers, and this trait. It also has dependencies on rustc-serialize and rand, which is totally unnecessary. Therefore, I've pulled the trait's features that I need into here.

Implementors