Trait FlowComponent

Source
pub trait FlowComponent {
    type Input;
    type Output;
    type Error: Error + Send + Sync + 'static;
}

Required Associated Types§

Source

type Input

Source

type Output

Source

type Error: Error + Send + Sync + 'static

Implementors§