pub type NonExhaustiveWS<E, S> = NonExhaustive<E, S, <E as GetEnumInfo>::DefaultInterface>;Expand description
The type of a NonExhaustive<> wrapping the enum E,
using a custom storage and the E’s default interface.
Aliased Type§
#[repr(C)]pub struct NonExhaustiveWS<E, S> { /* private fields */ }