Trait sp_runtime::traits::CheckEqual [−][src]
Something that can be checked for equality and printed out to a debug channel if bad.
Required methods
fn check_equal(&self, other: &Self)
[src]
Perform the equality check.
Implementors
impl CheckEqual for H256
[src]
fn check_equal(&self, other: &Self)
[src]
impl<H: PartialEq + Eq + Debug> CheckEqual for DigestItem<H> where
H: Encode,
[src]
H: Encode,