Macro breez_sdk_core::bitcoin::util::key::secp256k1::hashes::serde_impl
macro_rules! serde_impl { ($t:ident, $len:expr) => { ... }; }
Expand description
Implements Serialize
and Deserialize
for a type $t
which
represents a newtype over a byte-slice over length $len
.