#[derive(Options)]
{
    // Attributes available to this derive:
    #[options]
}
Expand description

Derives the gumdrop::Options trait for struct and enum items.

#[options(...)] attributes can be used to control behavior of generated trait implementation. See crate-level documentation for the full list of supported options.