Crate enum_variant_macros_macros

Source
Expand description

Proc macros for derive_try_from

Do not link to this. This library is solely to provide proc macros.

Derive Macrosยง

FromVariants
Generates From for each variant of enum.
TryFromVariants
Generates TryFrom for each variant of enum.