[][src]Trait dashpipe::InputChannel

pub trait InputChannel {
    fn start(
        &self
    ) -> Result<Box<dyn Stream<Item = String, Error = Error>>, DashPipeError>; }

Required methods

fn start(
    &self
) -> Result<Box<dyn Stream<Item = String, Error = Error>>, DashPipeError>

Loading content...

Implementors

impl InputChannel for KafkaInput[src]

impl InputChannel for NatsInput[src]

impl InputChannel for StdinInput[src]

Loading content...