abi_stable::type_level::impl_enum

Trait Implementability

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

Trait for Implemented and Unimplemented

Required Associated Constants§

Source

const IS_IMPLD: bool

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§