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