Trait pico_sdk::streaming::NewDataHandler[][src]

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

Required methods

pub fn handle_event(&self, value: &StreamingEvent)[src]

Loading content...

Implementors

Loading content...