pub type Number = BigInt;
The number return type
Will be either num_bigint::BigInt or i128 based on whether the big-int feature is enabled or not
num_bigint::BigInt
i128
big-int
pub struct Number { /* private fields */ }