Type Definition ar_pe_ce_core::Stream[][src]

type Stream<T> = Pin<Box<dyn Stream<Item = Result<T>> + Send + 'static>>;