pub trait BitSetBase {
type Conf: Config;
const TRUSTED_HIERARCHY: bool;
}Required Associated Constants§
Sourceconst TRUSTED_HIERARCHY: bool
const TRUSTED_HIERARCHY: bool
Does each raised bit in hierarchy bitblock correspond to non-empty data block?
Currently has effect for Eq and BitSetInterface::is_empty().
Required Associated Types§
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.