Trait pico_streaming::NewDataHandler[][src]

pub trait NewDataHandler: Send + Sync {
    fn handle_event(&self, value: &StreamingEvent);
}

Required methods

Loading content...

Implementors

Loading content...