Macro secp256k1::hashes::serde_impl
source ยท macro_rules! serde_impl { ($t:ident, $len:expr $(, $gen:ident: $gent:ident)*) => { ... }; }
Available on crate features
hashes
and serde
only.Expand description
Implements Serialize
and Deserialize
for a type $t
which
represents a newtype over a byte-slice over length $len
.