macro_rules! bigint_conversion {
($rust_ty: ty, $is_signed: literal, $bits:path, $iter_u32_digits:path, $negative:expr) => { ... };
}Available on crate feature
num-bigint only.macro_rules! bigint_conversion {
($rust_ty: ty, $is_signed: literal, $bits:path, $iter_u32_digits:path, $negative:expr) => { ... };
}num-bigint only.