pub type PbKeyRange = KeyRange;
Expand description
Alias for KeyRange
.
Aliased Type§
struct PbKeyRange {
pub left: Vec<u8>,
pub right: Vec<u8>,
pub right_exclusive: bool,
}
Fields§
§left: Vec<u8>
§right: Vec<u8>
§right_exclusive: bool