Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§