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

Implements the core::fmt::Display trait for the annotated type by forwarding to its ToTokens implementation.