Macro pipe_res

Source
macro_rules! pipe_res {
    ( $expr:expr => $($funs:tt)=>+ ) => { ... };
}