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.

Object Safety§

This trait is not object safe.

Implementors§