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

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

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