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