Type Definition ar_pe_ce::Stream[][src]

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