Home
last modified time | relevance | path

Searched defs:TryReadyChunksError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dtry_ready_chunks.rs111 pub struct TryReadyChunksError<T, E>(pub Vec<T>, pub E); struct
113 impl<T, E: fmt::Debug> fmt::Debug for TryReadyChunksError<T, E> { implementation
119 impl<T, E: fmt::Display> fmt::Display for TryReadyChunksError<T, E> { implementation
126 impl<T, E: fmt::Debug + fmt::Display> std::error::Error for TryReadyChunksError<T, E> {} implementation