Macro pipeline::pipe_opt [] [src]

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