Module abi_stable::type_level::impl_enum
source · Expand description
Type-level-enum representing whether a trait is implemented or not implemented.
Structs§
- Describes that a trait must be implemented.
- Describes that a trait does not need to be implemented.
Traits§
- Converts a type to either
Unimplemented
orImplemented
. - Trait for
Implemented
andUnimplemented
Type Aliases§
- Converts
B
to eitherUnimplemented<T>
orImplemented<T>
.