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.
pub trait IdIndexSourceEntry<K> {
// Required method
fn to_key(&self) -> K;
}
Source table entry of IdIndex
, which is conceptually a (key, value)
pair.