Type Alias abi_stable::type_level::impl_enum::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.