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