Crate enumcapsulate_macros
Source - AsVariant
- Derive macro generating an impl of the trait
FromVariant<T>
. - AsVariantMut
- Derive macro generating an impl of the trait
From<T>
. - AsVariantRef
- Derive macro generating an impl of the trait
FromVariant<T>
. - Encapsulate
- Umbrella derive macro.
- From
- Derive macro generating an impl of the trait
From<T>
. - FromVariant
- Derive macro generating an impl of the trait
FromVariant<T>
. - IntoVariant
- Derive macro generating an impl of the trait
IntoVariant<T>
. - TryInto
- Derive macro generating an impl of the trait
TryFrom<T>
. - VariantDiscriminant
- Derive macro generating an impl of the trait
VariantDiscriminant
. - VariantDowncast
- Derive macro generating an impl of the trait
VariantDowncast
.