Searched defs:TryChunksError (Results 1 – 1 of 1) sorted by relevance
117 pub struct TryChunksError<T, E>(pub Vec<T>, pub E); struct119 impl<T, E: fmt::Debug> fmt::Debug for TryChunksError<T, E> { implementation125 impl<T, E: fmt::Display> fmt::Display for TryChunksError<T, E> { implementation132 impl<T, E: fmt::Debug + fmt::Display> std::error::Error for TryChunksError<T, E> {} implementation