#[derive(CreateOption)]
{
    // Attributes available to this derive:
    #[option]
}
Available on crate feature derive only.
Expand description

Derive macro for the CreateOption trait.

See the documentation of the trait for more information about usage of this macro.