macro_rules! test_serde_str_bin_wrapper {
($val:expr, $str:literal, $dat:expr) => { ... };
}Expand description
Testing macro for implementations of impl_serde_str_bin_wrapper.
macro_rules! test_serde_str_bin_wrapper {
($val:expr, $str:literal, $dat:expr) => { ... };
}Testing macro for implementations of impl_serde_str_bin_wrapper.