make_pipeline

Function make_pipeline 

Source
pub fn make_pipeline(steps: Vec<(&str, Box<dyn Transformer>)>) -> Pipeline
Expand description

Make a pipeline from a list of (name, transformer) tuples