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

type NonExhaustiveWS<E, S> = NonExhaustive<E, S, <E as GetEnumInfo>::DefaultInterface>;

The type of a NonExhaustive<> wrapping the enum E, using a custom storage and the E's default interface.