Searched defs:TryReadyChunksError (Results 1 – 1 of 1) sorted by relevance
111 pub struct TryReadyChunksError<T, E>(pub Vec<T>, pub E); struct113 impl<T, E: fmt::Debug> fmt::Debug for TryReadyChunksError<T, E> { implementation119 impl<T, E: fmt::Display> fmt::Display for TryReadyChunksError<T, E> { implementation126 impl<T, E: fmt::Debug + fmt::Display> std::error::Error for TryReadyChunksError<T, E> {} implementation