Macro assert_debug_fmt

Source
macro_rules! assert_debug_fmt {
    ($input:expr, $expectation:expr) => { ... };
}
Expand description

Asserts that the Debug trait is correctly implemented.