macro_rules! calc_config {
($( $field:ident ),*) => { ... };
}Expand description
Build functions for getting and setting calc config fields
macro_rules! calc_config {
($( $field:ident ),*) => { ... };
}Build functions for getting and setting calc config fields