Derive Macro Statement

Source
#[derive(Statement)]
{
    // Attributes available to this derive:
    #[statement]
}
Expand description

See the Statement docs for details.