Macro pipeline::pipe [] [src]

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