#[derive(Display)] { // Attributes available to this derive: #[display] #[strings] }
derive
Procedural macro for #[derive(Display)].
#[derive(Display)]