Trait PipelineIO

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

Required Methods§

Source

fn id(&self) -> String

Implementors§