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.