Trait reth_db::static_file::ColumnSelectorOne

source ·
pub trait ColumnSelectorOne {
    type FIRST: Decompress;

    const MASK: usize;
}
Expand description

Trait for specifying a mask to select one column value.

Required Associated Constants§

source

const MASK: usize

Mask to obtain desired values, should correspond to the order of columns in a static_file.

Required Associated Types§

source

type FIRST: Decompress

First desired column value

Object Safety§

This trait is not object safe.

Implementors§