Expand description
Miscellaneous utilities
Structs§
- Pass
Through Hasher - A hash function which simply returns the last eight bytes of input.
Traits§
- Always
Ok - A type may generically hold errors but is guaranteed never to do so in a particular instance.
Stand-in for
#[feature(unwrap_infallible)]