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