Macro construct_indicator_wrapper

Source
macro_rules! construct_indicator_wrapper {
    ( $s:ident, $p:ident, $t:ident, $i:expr, $( $x:tt ), * ) => { ... };
}