debug_str_assert_eq

Macro debug_str_assert_eq 

Source
macro_rules! debug_str_assert_eq {
    ($($arg:tt)*) => { ... };
}
Expand description

See std::debug_assert_eq for more information. Main differences:

  1. Only accepts arguments which impl AsRef<str>
  2. Output on assertion failure is printed to stdout as a Vec of Chunks