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