Derive Macro UIntWrapper

Source
#[derive(UIntWrapper)]
Expand description

Derive macro for unsigned integer types.

Derives all the mathematical operations for the unsigned integer type, as well as Display, From and TryFrom implementations for/to BigDecimal, a to_uint method to convert the PgUint type to the underlying integer type and a new method to create a new PgUint type from the underlying integer type.