Derive Macro DebugAsRefStr
#[derive(DebugAsRefStr)]Expand description
Derive the fmt::Debug trait using the AsRef<str> implementation of the type.
#[derive(DebugAsRefStr)]Derive the fmt::Debug trait using the AsRef<str> implementation of the type.