assert_display_fmt

Macro assert_display_fmt 

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

Asserts that the Display trait is correctly implemented.