Structs§
- Bytes
Key - Key type to be used to serialize as byte string instead of a
u8
array. This type is used as a default for theHamt
as this is the only allowed type with the go implementation.
Traits§
- Hash
- Custom trait to avoid issues like https://github.com/rust-lang/rust/issues/27108.