Crate variant_access_traits[][src]

Structs

VariantAccessError

Custom errors for this crate. Keeps a record of the enum and requested type that produced the error

Traits

ContainsVariant

This trait is for querying an enum.

GetVariant

This trait is for extracting a reference to the raw values in an enum

SetVariant

This trait is for setting an inner value with the correct associated type to the given value