#[derive(Display)]
{
// Attributes available to this derive:
#[display]
}
Expand description
The implementation of trait Display
#[derive(Display)]
{
// Attributes available to this derive:
#[display]
}
The implementation of trait Display