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.

Aliased Type§

struct NonExhaustiveWI<E, I> { /* private fields */ }