Expand description
Error indicating, that while chunk was collected inner stream produced an error.
Contains all items that were collected before an error occurred, and the stream error itself.
Tuple Fields
0: Vec<T, Global>
1: E
Trait Implementations
impl<T, E> PartialEq<TryChunksError<T, E>> for TryChunksError<T, E> where
T: PartialEq<T>,
E: PartialEq<E>,
impl<T, E> PartialEq<TryChunksError<T, E>> for TryChunksError<T, E> where
T: PartialEq<T>,
E: PartialEq<E>,
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.