Macro test_format::assert_debug_fmt
source ยท macro_rules! assert_debug_fmt { ($input:expr, $expectation:expr) => { ... }; }
Expand description
Asserts that the Debug trait is correctly implemented.
macro_rules! assert_debug_fmt { ($input:expr, $expectation:expr) => { ... }; }
Asserts that the Debug trait is correctly implemented.