Number

Type Alias Number 

Source
pub type Number = BigInt;
Expand description

The number return type

Will be either num_bigint::BigInt or i128 based on whether the big-int feature is enabled or not

Aliased Typeยง

pub struct Number { /* private fields */ }