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