macro_rules! typed_pipeline {
($($stage:expr),+ $(,)?) => { ... };
}Expand description
Helper macro for creating type-safe pipelines
macro_rules! typed_pipeline {
($($stage:expr),+ $(,)?) => { ... };
}Helper macro for creating type-safe pipelines