Crate as_variant

Source
Expand description

Provides a simple macro to convert enums with newtype variants to Options.

Macrosยง

as_variant
Convert the given enum value to Option.