Skip to main content

impl_feature_adder

Macro impl_feature_adder 

Source
macro_rules! impl_feature_adder {
    ($struct_name:ident) => { ... };
}
Expand description

Implements FeatureAdder for a type that already satisfies LengthCheckedFeatureAdder.