[−][src]Macro claim::debug_assert_none
Asserts that expression returns None variant in runtime.
Like assert_none!, this macro also has a second version,
where a custom panic message can be provided.
Uses
See debug_assert! documentation for possible use cases.
The same applies to this macro.