Trait combine::RangeStream[][src]

pub trait RangeStream: Stream + RangeStreamOnce { }
Expand description

A RangeStream is an extension of Stream which allows for zero copy parsing.

Implementors