Type Definition tc_btree::Key

source · []
pub type Key = Vec<Value>;
Expand description

A BTree key.