Expand description
Utilities for working with hashes.
Structs§
- Hash
- The primitive hash that among other things is used to reference items, types, and native functions.
- NonZero
Hash - The primitive hash that among other things is used to reference items, types, and native functions.
- Parameters
Builder - Helper to build a parameters hash.
- TooMany
Parameters - Error raised when too many parameters are added to a
ParametersBuilder.
Traits§
- Into
Hash - Trait for types which can be converted into a Hash.
- ToType
Hash - Helper trait used to convert a type into a type hash.