Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dtry_chunks.rs117 pub struct TryChunksError<T, E>(pub Vec<T>, pub E); struct
119 impl<T, E: fmt::Debug> fmt::Debug for TryChunksError<T, E> { implementation
125 impl<T, E: fmt::Display> fmt::Display for TryChunksError<T, E> { implementation
132 impl<T, E: fmt::Debug + fmt::Display> std::error::Error for TryChunksError<T, E> {} implementation