#[derive(Display)] { // Attributes available to this derive: #[display] }
The display derive macro implements only a simple Display trait with an empty Error trait.
display
Display
Error