Derive Macro Required

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

Derives the Required trait for a struct.