Trait 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.

Required Methods§

Source

fn to_key(&self) -> K

Implementations on Foreign Types§

Source§

impl IdIndexSourceEntry<ChangeId> for &(CommitId, ChangeId)

Source§

impl IdIndexSourceEntry<CommitId> for &(CommitId, ChangeId)

Implementors§