[][src]Trait sn0int::engine::Reporter

pub trait Reporter: Debug {
    fn send(&mut self, event: &Event) -> Result<()>;
fn recv(&mut self) -> Result<Value>; }

Required methods

fn send(&mut self, event: &Event) -> Result<()>

fn recv(&mut self) -> Result<Value>

Loading content...

Implementors

impl Reporter for StdioReporter[src]

impl Reporter for DummyReporter[src]

Loading content...