Skip to main content

assert_deep_eq

Macro assert_deep_eq 

Source
macro_rules! assert_deep_eq {
    ( $self:expr , $other:expr ) => { ... };
}
Expand description

Assert equality of Entities using structural equality with the deep_eq method.