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