Macro bee_block::string_serde_impl
source · [−]macro_rules! string_serde_impl {
($type:ty) => { ... };
}Expand description
Helper macro to serialize types to string via serde.
macro_rules! string_serde_impl {
($type:ty) => { ... };
}Helper macro to serialize types to string via serde.