pub trait OpaqueKind: OpaqueKind + Sized + 'static {
    const VALUE: OpaqueKind;
}
Expand description

Required Associated Constants

Implementors