debug_assert_same_with

Macro debug_assert_same_with 

Source
macro_rules! debug_assert_same_with {
    ($($arg:tt)*) => { ... };
}
Expand description

Asserts that two values are structurally the same with custom options (debug builds only).

Like assert_same_with!, but only enabled in debug builds.