Macro dbg_bytes_if_str

Source
macro_rules! dbg_bytes_if_str {
    ($slice:expr $(,)? ) => { ... };
}
Expand description

[std::dbg_bytes_str] equivalent which only displays debug message if the given bytes are valid UTF-8