#[derive(ProcBlock)]
{
    // Attributes available to this derive:
    #[transform]
    #[proc_block]
}
Expand description

Derive the ProcBlock trait for a particular type.