Macro serde_impl
macro_rules! serde_impl {
($t:ident, $len:expr) => { ... };
}
Expand description
Does an “empty” serde implementation for the configuration without serde feature.
macro_rules! serde_impl {
($t:ident, $len:expr) => { ... };
}
Does an “empty” serde implementation for the configuration without serde feature.