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

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

Aliased Type§

struct NonExhaustiveFor<E> { /* private fields */ }