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§

Type Aliases§

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