Function salvo_extra::sse::streaming[][src]

pub fn streaming<S>(res: &mut Response, event_stream: S) where
    S: TryStream<Ok = SseEvent> + Send + 'static,
    S::Error: StdError + Send + Sync + 'static,