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