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

pub trait ValidKey: Clone + Debug + Eq + Hash + Ord { }

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

Implementors

impl<T> ValidKey for T where
    T: Clone + Debug + Eq + Hash + Ord
[src]

Loading content...