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?

Object Safety§

This trait is not object safe.

Implementors§