Assert a.is_some() and a.unwrap() is not equal to another.
let a: Option<i8> = Option::Some(1); let b: Option<i8> = Option::Some(2); assert_option_some_ne!(a, b);
assert_option_some_ne
assert_option_some_ne_as_result
debug_assert_option_some_ne