macro_rules! assert_eq_error_rate {
    ($x:expr, $y:expr, $error:expr $(,)?) => { ... };
}
Expand description

Copied from sp-runtime and documented there.