Trait NjStream
node_bindgen::core::stream
pub trait NjStream: Stream { pub fn js_then<F>(self, fut: F) -> JsThen<Self, F> where F: FnMut(Self::Item), { ... } }
pub fn js_then<F>(self, fut: F) -> JsThen<Self, F> where F: FnMut(Self::Item),
impl<T> NjStream for T where T: Stream + ?Sized,