pub trait PreHashed { }
Expand description

A trait indicating that its carrier is already a hash with at least 64 bits and doesn’t need to be re-hashed for hash-table purposes

Implementations on Foreign Types§

source§

impl PreHashed for Hash

Implementors§