Trait combine::stream::FullRangeStream
source · pub trait FullRangeStream: RangeStream {
// Required method
fn range(&self) -> Self::Range;
}
Expand description
A RangeStream
which is capable of providing it’s entire range.