Display

Derive Macro Display 

Source
#[derive(Display)]
{
    // Attributes available to this derive:
    #[display]
}
Expand description

The display derive macro implements only a simple Display trait with an empty Error trait.