Type Definition tcgeneric::TCTryStream[][src]

type TCTryStream<'a, T> = Pin<Box<dyn Stream<Item = TCResult<T>> + Send + Unpin + 'a>>;
Expand description

A pinned TryStream with error type TCError