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