pub trait Minimality: SealedMinimality {
    const AS_BOOL: bool;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§