macro_rules! assert_debug_fmt { ($input:expr, $expectation:expr) => { ... }; }
Asserts that the Debug trait is correctly implemented.
Debug