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

type NonExhaustiveWI<E, I> = NonExhaustive<E, <E as GetEnumInfo>::DefaultStorage, I>;

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