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