Skip to main content

sequential

Macro sequential 

Source
macro_rules! sequential {
    ( $first:expr $(, $rest:expr )* ) => { ... };
}
Expand description

Chains a sequence of Layers into a single closure, calling each in order and feeding each output into the next.