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