Derive Macro Display

Source
#[derive(Display)]
{
    // Attributes available to this derive:
    #[display]
    #[strings]
}
Available on crate feature derive only.
Expand description

Procedural macro for #[derive(Display)].