pub type PipelineFn = fn(_: String) -> Option<String>;
The function type used for each step in a pipeline.