Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dcollect.rs90 type InternalCollection = (); typedef
104 type InternalCollection = String; typedef
123 type InternalCollection = Vec<T>; typedef
142 type InternalCollection = Vec<T>; typedef
164 type InternalCollection = Result<U::InternalCollection, E>; typedef
170 ) -> Result<U::InternalCollection, E> { in initialize()
176 collection: &mut Self::InternalCollection, in extend()
209 type InternalCollection; typedef
216 ) -> Self::InternalCollection; in initialize()
221 fn extend(internal: Internal, collection: &mut Self::InternalCollection, item: T) -> bool; in extend()