pub trait PointCompression {
const COMPRESS_POINTS: bool;
}
Expand description
Point compression settings.
Required Associated Constants§
Sourceconst COMPRESS_POINTS: bool
const COMPRESS_POINTS: bool
Should point compression be applied by default?
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.