[][src]Trait retriever::traits::valid_key::BorrowedKey

pub trait BorrowedKey: Debug + Eq + Hash + Ord + ToOwned where
    Self::Owned: ValidKey
{ }

This trait defines the constraints for borrowed retriever keys. All valid borrowed keys automatically implement this trait; you never need to implement it manually.

Implementors

impl<T: ?Sized> BorrowedKey for T where
    T: Debug + Eq + Hash + Ord + ToOwned,
    T::Owned: ValidKey
[src]

Loading content...