cache_digest

Function cache_digest 

Source
pub fn cache_digest<H: CacheKey>(hashable: &H) -> String
Expand description

Compute a hex string hash of a CacheKey object.

The value returned by cache_digest should be stable across releases and platforms.