abi_stable::type_level::impl_enum

Type Alias ImplFrom

Source
pub type ImplFrom<B, T> = <B as ImplFrom_<T>>::Impl;
Expand description

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

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