macro_rules! debug_assert_sameish_with {
($($arg:tt)*) => { ... };
}Expand description
Asserts that two values of different types are structurally the same with options (debug builds only).
Like assert_sameish_with!, but only enabled in debug builds.