SequentialArrayStreamExt

Trait SequentialArrayStreamExt 

Source
pub trait SequentialArrayStreamExt: ArrayStream {
    // Provided method
    fn sequenced(self, pointer: SequencePointer) -> SendableSequentialStream
       where Self: Sized + Send + 'static { ... }
}

Provided Methods§

Source

fn sequenced(self, pointer: SequencePointer) -> SendableSequentialStream
where Self: Sized + Send + 'static,

Converts the stream to a SendableSequentialStream.

Implementors§