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

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 the E’s default storage and interface.