pub trait PointCompaction {
const COMPACT_POINTS: bool;
}
Expand description
Point compaction settings.
Required Associated Constants§
Sourceconst COMPACT_POINTS: bool
const COMPACT_POINTS: bool
Should point compaction 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.