Trait sp_runtime::traits::CheckEqual[][src]

pub trait CheckEqual {
    fn check_equal(&self, other: &Self);
}
Expand description

Something that can be checked for equality and printed out to a debug channel if bad.

Required methods

Perform the equality check.

Implementors