Skip to main content

tree_table/types/
cell_key.rs

1#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
2#[derive(Clone, Debug, Hash, Eq, PartialEq)]
3pub struct CellKey(pub u64, pub u64);