mwbot_derive

Derive Macro Generator

Source
#[derive(Generator)]
{
    // Attributes available to this derive:
    #[generator]
    #[params]
    #[param]
    #[templated_param]
}
Expand description

macro to implement the Generator trait

See the Generator trait documentation for details on usage.