Skip to main content

data_events

Function data_events 

Source
pub fn data_events<T, Mat>(source: Source<T, Mat>) -> Source<SqlEvent<T>, Mat>
where T: Send + 'static, Mat: Send + 'static,
Expand description

Wraps every payload from a source as SqlEvent::Data.