Trait abi_stable::type_level::impl_enum::ImplFrom_[][src]

pub trait ImplFrom_<T: ?Sized> {
    type Impl: ?Sized;

    const IMPL: Self::Impl;
}
Expand description

Converts a type to either Unimplemented or Implemented.

The T type parameter represents the (un)required trait.

Associated Types

Either Unimplemented or Implemented.

Associated Constants

Either Unimplemented or Implemented.

Implementors