Macro impl_biguint_try_from_int

Source
macro_rules! impl_biguint_try_from_int {
    ($T:ty, $from_ty:path) => { ... };
}