Trait combine::stream::RangeStream
source · [−]pub trait RangeStream: Stream + RangeStreamOnce { }
Expand description
A RangeStream
is an extension of Stream
which allows for zero copy parsing.
pub trait RangeStream: Stream + RangeStreamOnce { }
A RangeStream
is an extension of Stream
which allows for zero copy parsing.