Module bitcoin::key::secp256k1::hashes::serde_macros
Expand description
Macros for serde trait implementations, and supporting code.
Modules
- Functions used by serde impls of all hashes.
Macros
- Implements
SerializeandDeserializefor a type$twhich represents a newtype over a byte-slice over length$len.