[][src]Trait dashpipe::OutputChannel

pub trait OutputChannel {
    fn send(&self, msg: String);
}

Required methods

fn send(&self, msg: String)

Loading content...

Implementors

impl OutputChannel for KafkaOutput[src]

impl OutputChannel for NatsOutput[src]

impl OutputChannel for StdoutOutput[src]

Loading content...