assert_sameish_with

Macro assert_sameish_with 

Source
macro_rules! assert_sameish_with {
    ($left:expr, $right:expr, $options:expr $(,)?) => { ... };
    ($left:expr, $right:expr, $options:expr, $($arg:tt)+) => { ... };
}
Expand description

Asserts that two values of different types are structurally the same with custom options.

Like assert_sameish!, but allows configuring comparison behavior via SameOptions.