[][src]Module retriever::traits::valid_key

Module for an automatically-derived trait for every type suitable to be used as a chunk key or item key.

Traits

BorrowedKey

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

ValidKey

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