macro_rules! impl_feature_adder {
($struct_name:ident) => { ... };
}Expand description
Implements FeatureAdder for a type that already satisfies LengthCheckedFeatureAdder.
macro_rules! impl_feature_adder {
($struct_name:ident) => { ... };
}Implements FeatureAdder for a type that already satisfies LengthCheckedFeatureAdder.