[][src]Trait abi_stable::nonexhaustive_enum::GetNonExhaustive

pub unsafe trait GetNonExhaustive<Storage>: GetEnumInfo {
    type NonExhaustive;
}

Gets the type whose type layout is used to represent this enum in NonExhaustive<>.

Safety

Self::NonExhaustive must describe the layout of this enum, with the size and alignment of Storage.

Associated Types

type NonExhaustive[src]

The type whose type layout is used to represent this enum.

Loading content...

Implementors

impl<__Storage> GetNonExhaustive<__Storage> for ValidTag[src]

type NonExhaustive = ValidTag_NEMarker<Self, __Storage>

Loading content...