Export impl_bounded_ops

This would be necessary if, in another crate, one wants to implement operators.
This commit is contained in:
Weikeng Chen
2020-08-24 16:15:11 -07:00
committed by Pratyush Mishra
parent 3bb3697c13
commit bce788419f

View File

@@ -16,6 +16,7 @@ macro_rules! impl_ops {
};
}
#[macro_export]
macro_rules! impl_bounded_ops {
(
$type: ty,