Searched defs:hash_as_str (Results 1 – 2 of 2) sorted by relevance
260 fn hash_as_str<T: Hash + ?Sized>(&self, value: &T) -> u64; in hash_as_str() method294 default fn hash_as_str<T: Hash + ?Sized>(&self, value: &T) -> u64 { in hash_as_str() method301 fn hash_as_str<T: Hash + ?Sized>(&self, value: &T) -> u64 { in hash_as_str() method
499 fn hash_as_str<T: Hash + ?Sized>(&self, value: &T) -> u64 { in hash_as_str() method