[][src]Struct destream::en::SeqStream

pub struct SeqStream<E, T, S: Stream<Item = Result<T, E>>> { /* fields omitted */ }

Disambiguates a sequence from a map when encoding a stream.

Trait Implementations

impl<'en, E: 'en, T: 'en, S: Stream<Item = Result<T, E>> + 'en> From<S> for SeqStream<E, T, S>[src]

impl<'en, Err: Display + 'en, T: IntoStream<'en> + 'en, S: Stream<Item = Result<T, Err>> + Send + Unpin + 'en> IntoStream<'en> for SeqStream<Err, T, S>[src]

Auto Trait Implementations

impl<E, T, S> RefUnwindSafe for SeqStream<E, T, S> where
    S: RefUnwindSafe
[src]

impl<E, T, S> Send for SeqStream<E, T, S> where
    S: Send
[src]

impl<E, T, S> Sync for SeqStream<E, T, S> where
    S: Sync
[src]

impl<E, T, S> Unpin for SeqStream<E, T, S> where
    S: Unpin
[src]

impl<E, T, S> UnwindSafe for SeqStream<E, T, S> where
    S: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<!> for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.