Skip to main content

global_feature_adder

Macro global_feature_adder 

Source
macro_rules! global_feature_adder {
    ($struct_name:ident, $prop_getter:expr, $( $column_names:expr ),* $(,)?) => { ... };
}
Expand description

Implements the ndarray feature-adder traits for an existing global feature type.