sse_body_stream

Function sse_body_stream 

Source
pub fn sse_body_stream(
    rx: Receiver<Bytes>,
) -> impl Stream<Item = Result<Bytes, Infallible>> + Send + 'static