Skip to main content

PointCompression

Trait PointCompression 

Source
pub trait PointCompression {
    const COMPRESS_POINTS: bool;
}
Expand description

Point compression settings.

Required Associated Constants§

Source

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".

Implementors§