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