Macro pipe_opt

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