pub trait Sz3Element: Copy + SZ3Compressible {
const DTYPE: Sz3DType;
}
Expand description
Array element types which can be compressed with SZ3.
Required Associated Constants§
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.