fn map(key: Self::Key) -> Result<Self::StoreKey>
[src]fn map_ref(key: &Self::Key) -> Result<&Self::StoreKey>
[src]impl<C: Collator> InByHash for CollationAwareBytesInByHash<C>
[src]type Key = Bytes
type StoreKey = SortKey<Bytes, C>
fn map(key: Self::Key) -> Result<Self::StoreKey>
[src]fn map_ref(key: &Self::Key) -> Result<&Self::StoreKey>
[src]impl<K: EvaluableRet + Extract + Hash + Eq + Sized> InByHash for NormalInByHash<K>
[src]