macro_rules! assert_aprox_ne {
($left:expr, $right:expr) => { ... };
}Expand description
Behaves exactly like assert_ne but calls on the aprox_ne() function
as provided by the AproxEq trait instead of ne().
macro_rules! assert_aprox_ne {
($left:expr, $right:expr) => { ... };
}Behaves exactly like assert_ne but calls on the aprox_ne() function
as provided by the AproxEq trait instead of ne().