macro_rules! debug_str_assert_ne {
($($arg:tt)*) => { ... };
}Expand description
See std::debug_assert_ne for more information.
Main differences:
- Only accepts arguments which
impl AsRef<str> - Output on assertion failure is printed to stdout as a
Vecof Chunks