Function decode_stream

Source
pub fn decode_stream<R: AsyncRead>(input: R) -> DecodeStream<R>
Expand description

Parse messages from an AsyncRead, returning a stream of Events.