Skip to main content

FlowLogSink

Trait FlowLogSink 

Source
pub trait FlowLogSink: Send + Sync {
    // Required method
    fn emit(&self, event: FlowLogEvent);
}

Required Methods§

Source

fn emit(&self, event: FlowLogEvent)

Implementors§