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