pub type PipeHold = Arc<dyn PipeProcessor + Send + Sync>;
pub struct PipeHold { /* private fields */ }