Trait ex_futures::stream::ExStream [] [src]

pub trait ExStream: Stream {
    fn ignore_error(self) -> BoxStream<Self::Item, ()>
    where
        Self: Sized + Send + 'static,
        Self::Item: Send,
        Self::Error: Send
, { ... } }

Provided Methods

Implementors