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