[][src]Trait node_bindgen::core::stream::NjStream

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

Provided methods

fn js_then<F>(self, fut: F) -> JsThen<Self, F> where
    F: FnMut(Self::Item), 

Loading content...

Implementors

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

Loading content...