pub trait PipelineIO:
Connectable
+ AsyncEngineContextProvider
+ 'static {
// Required method
fn id(&self) -> String;
}
pub trait PipelineIO:
Connectable
+ AsyncEngineContextProvider
+ 'static {
// Required method
fn id(&self) -> String;
}