Type Alias abi_stable::nonexhaustive_enum::NonExhaustiveFor
source · pub type NonExhaustiveFor<E> = NonExhaustive<E, <E as GetEnumInfo>::DefaultStorage, <E as GetEnumInfo>::DefaultInterface>;
Expand description
The type of a NonExhaustive
wrapping the enum E
,
using E
’s default storage and interface.
Aliased Type§
struct NonExhaustiveFor<E> { /* private fields */ }