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