Function sbp::stream_frames

source ·
pub fn stream_frames<R: AsyncRead + Unpin>(
    input: R
) -> impl Stream<Item = Result<Frame, Error>>
Expand description

Deserialize the async IO stream into stream of frames