Macro bitcoin_hashes::serde_impl [−][src]
macro_rules! serde_impl { ($t:ident, $len:expr) => { ... }; }
Implements Serialize
and Deserialize
for a type $t
which
represents a newtype over a byte-slice over length $len
macro_rules! serde_impl { ($t:ident, $len:expr) => { ... }; }
Implements Serialize
and Deserialize
for a type $t
which
represents a newtype over a byte-slice over length $len