Type Alias tcgeneric::TCBoxTryStream

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

A pinned TryStream with error type TCError

Aliased Type§

struct TCBoxTryStream<'a, T> { /* private fields */ }