typed_pipeline

Macro typed_pipeline 

Source
macro_rules! typed_pipeline {
    ($($stage:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro for creating type-safe pipelines