[][src]Trait nj_core::stream::NjStream

pub trait NjStream: Stream {
    pub fn js_then<F>(self, fut: F) -> JsThen<Self, F>
    where
        F: FnMut(Self::Item),
        Self: Sized
, { ... } }

Provided methods

pub fn js_then<F>(self, fut: F) -> JsThen<Self, F> where
    F: FnMut(Self::Item),
    Self: Sized
[src]

Loading content...

Implementors

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

Loading content...