Closed romac closed 7 years ago
As not every type can implement AsRef<[u8]>, this PR removes that constraint, and requires instead that values implement the Hashable trait.
AsRef<[u8]>
Hashable
A default instance is provided for types that already implements AsRef<[u8]>.
As not every type can implement
AsRef<[u8]>
, this PR removes that constraint, and requires instead that values implement theHashable
trait.A default instance is provided for types that already implements
AsRef<[u8]>
.