DisplayAssertions

Trait DisplayAssertions 

Source
pub trait DisplayAssertions {
    // Required method
    fn has_display_value(self, expected: impl Display) -> Self;
}

Required Methods§

Source

fn has_display_value(self, expected: impl Display) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§