Type Definition 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