pub trait QpetSperrElement: Element + Zero {
const DTYPE: QpetSperrDType;
}Expand description
Array element types which can be compressed with QPET-SPERR.
Required Associated Constants§
Sourceconst DTYPE: QpetSperrDType
const DTYPE: QpetSperrDType
The dtype representation of the type
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".