pub trait SequentialArrayStreamExt: ArrayStream {
// Provided method
fn sequenced(self, pointer: SequencePointer) -> SendableSequentialStream
where Self: Sized + Send + 'static { ... }
}Provided Methods§
Sourcefn sequenced(self, pointer: SequencePointer) -> SendableSequentialStream
fn sequenced(self, pointer: SequencePointer) -> SendableSequentialStream
Converts the stream to a SendableSequentialStream.