Type Definition abi_stable::nonexhaustive_enum::NonExhaustiveWS[][src]

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.