pub trait Integer: Parcel + FromPrimitive + ToPrimitive { }
Expand description

An integer value that can be serialized and deserialized.

Implementations on Foreign Types

Implementors