pub trait TthreshElement: Copy + Element { }
Expand description
Array element types which can be compressed with tthresh.
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.