pub trait ColumnSelectorOne {
type FIRST: Decompress;
const MASK: usize;
}
Expand description
Trait for specifying a mask to select one column value.
Required Associated Constants§
Required Associated Types§
Sourcetype FIRST: Decompress
type FIRST: Decompress
First desired column value
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.