pub fn decode_stream<R: AsyncRead>(input: R) -> DecodeStream<R>Expand description
Parse messages from an AsyncRead, returning a stream of Events.
pub fn decode_stream<R: AsyncRead>(input: R) -> DecodeStream<R>Parse messages from an AsyncRead, returning a stream of Events.