Macro coins_core::impl_hex_serde
source · macro_rules! impl_hex_serde { ($item:ty) => { ... }; }
Expand description
Implement serde::Serialize
and serde::Deserialize
by passing through to the hex
macro_rules! impl_hex_serde { ($item:ty) => { ... }; }
Implement serde::Serialize
and serde::Deserialize
by passing through to the hex