Skip to main content

PipelineIO

Trait PipelineIO 

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

Required Methods§

Source

fn id(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§