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