Struct alumina::data::Zip[][src]

pub struct Zip<S1: DataStream, S2: DataStream> { /* fields omitted */ }

Concatenates the components of two DataStreams

Methods

impl<S1: DataStream, S2: DataStream> Zip<S1, S2>
[src]

Important traits for &'a mut R

Borrows the first wrapped datastream

Important traits for &'a mut R

Borrows the second wrapped datastream

Returns the wrapped datastreams

Trait Implementations

impl<S1: DataStream, S2: DataStream> DataStream for Zip<S1, S2>
[src]

Important traits for Vec<u8>

Important traits for Box<R>

Auto Trait Implementations

impl<S1, S2> Send for Zip<S1, S2> where
    S1: Send,
    S2: Send

impl<S1, S2> Sync for Zip<S1, S2> where
    S1: Sync,
    S2: Sync