Skip to main content

decode_segment_stream

Function decode_segment_stream 

Source
pub fn decode_segment_stream<R: AsyncRead + Unpin + Send + 'static>(
    reader: R,
) -> impl Stream<Item = Result<WireEntry, Error>> + Send + 'static