Module abi_stable::type_level::impl_enum[][src]

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 or Implemented.

Queries whether this type is Implemented<T>

Type Definitions

Converts B to either Unimplemented<T> or Implemented<T>.