Trait jj_lib::id_prefix::IdIndexSourceEntry
source · pub trait IdIndexSourceEntry<K> {
// Required method
fn to_key(&self) -> K;
}
Expand description
Source table entry of IdIndex
, which is conceptually a (key, value)
pair.