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

pub trait Implementability: Sealed {
    const IS_IMPLD: bool;
}
Expand description

Queries whether this type is Implemented<T>

Associated Constants

Whether the trait represented by the type parameter must be implemented.

Implementors