Derive Macro formy_derive::Form[][src]

#[derive(Form)]
{
    // Attributes available to this derive:
    #[input]
    #[label]
}

The macro that automatically implements the Form trait.