[][src]Struct eff::futures_compat::stream::FromStream

pub struct FromStream<S>(_);

Trait Implementations

impl<S> Effectful for FromStream<S> where
    S: Stream
[src]

type Output = ()

The type of the final result

type Effect = Item<S::Item>

The type of the effects this computation will produce

impl<'pin, S> Unpin for FromStream<S> where
    __FromStream<'pin, S>: Unpin
[src]

impl<S: Debug> Debug for FromStream<S>[src]

Auto Trait Implementations

impl<S> Send for FromStream<S> where
    S: Send

impl<S> Sync for FromStream<S> where
    S: Sync

impl<S> UnwindSafe for FromStream<S> where
    S: UnwindSafe

impl<S> RefUnwindSafe for FromStream<S> where
    S: RefUnwindSafe

Blanket Implementations

impl<T> EmbedRest<T, Zero> for T[src]

impl<Head, Tail, N, Rest> EmbedRest<Either<Head, Tail>, Succ<N>> for Rest where
    Head: Effect,
    Rest: EmbedRest<Tail, N>, 
[src]

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

impl<T> From<T> for 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.

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

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

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