#[derive(Required)] { // Attributes available to this derive: #[required] }
Derives the Required trait for a struct.
Required