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

type NonExhaustiveFor<E> = NonExhaustive<E, <E as GetEnumInfo>::DefaultStorage, <E as GetEnumInfo>::DefaultInterface>;

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