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

Type-level-enum representing whether a trait is implemented or not implemented.

Structs

Implemented

Describes that a trait must be implemented.

Unimplemented

Describes that a trait does not need to be implemented.

Traits

ImplFrom_

Converts a type to either Unimplemented or Implemented.

IsImplemented

Queries whether this type is Implemented<T>

Type Definitions

ImplFrom

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