pub trait SperrElement: Element + Zero {
const DTYPE: SperrDType;
}Expand description
Array element types which can be compressed with SPERR.
Required Associated Constants§
Sourceconst DTYPE: SperrDType
const DTYPE: SperrDType
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".