Macro test_serde_str_bin_wrapper

Source
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.