Crate value_from_type_traits

Crate value_from_type_traits 

Source
Expand description

Traits used in conjunction with the [value_from_type_macros] crate.

Traitsยง

FromType
Returns an enum variant for the generic argument.
IntoEnum
Reflexive implementation on FromType.