Home
last modified time | relevance | path

Searched refs:Item (Results 1 - 19 of 19) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dsum.rs20 pub async fn sum<P>(par_iter: P) -> Result<P::Item, ScheduleError>
23 P::Item: Add<Output = P::Item> + Sum + Send,
34 P::Item: Add<Output = P::Item> + Sum + Send,
36 type Output = P::Item;
H A Dmod.rs36 type Item; types
39 type Iter: Iterator<Item = Self::Item>;
61 F: Fn(Self::Item) -> B, in map()
69 F: Fn(&Self::Item) -> bool, in filter()
89 F: Fn(Self::Item) + Send + Copy + Sync + 'a, in for_each()
99 ) -> Pin<Box<dyn std::future::Future<Output = Result<Self::Item, ScheduleError>> + Send + 'a>> in sum()
102 Self::Item: Add<Output = Self::Item> + Sum + Send, in sum()
H A Dfilter.rs28 F: Fn(&P::Item) -> bool + Copy + Send,
30 type Item = P::Item; types
H A Dzip.rs43 type Item = (A::Item, B::Item); types
H A Dfor_each.rs20 F: Fn(P::Item) + Copy + Sync + Send,
39 F: Fn(P::Item),
H A Dmap.rs34 F: Fn(P::Item) -> B + Copy + Send,
36 type Item = B; types
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dstream.rs95 type Item = &'a FrameKind; types
97 fn next(&mut self) -> Option<Self::Item> { in next()
103 type Item = FrameKind; types
105 fn next(&mut self) -> Option<Self::Item> { in next()
111 type Item = FrameKind; types
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs106 type Item = T::Item; types
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs311 type Item = char; types
313 fn next(&mut self) -> Option<Self::Item> { in next()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs101 pub fn args<I: IntoIterator<Item = S>, S: AsRef<OsStr>>(&mut self, args: I) -> &mut PtyCommand { in args()
154 I: IntoIterator<Item = (K, V)>, in envs()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs47 type Iter: Iterator<Item = SocketAddr>;
60 impl<I: Iterator<Item = SocketAddr>> Future for State<I> {
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs129 pub fn args<I: IntoIterator<Item = S>, S: AsRef<OsStr>>(&mut self, args: I) -> &mut Command { in args()
180 I: IntoIterator<Item = (S, V)>, in envs()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dresolver.rs27 pub type Addrs = Box<dyn Iterator<Item = SocketAddr> + Sync + Send>;
66 type Item = SocketAddr; types
68 fn next(&mut self) -> Option<Self::Item> { in next()
H A Dhappy_eyeballs.rs72 type Item = &'a SocketAddr; types
74 fn next(&mut self) -> Option<Self::Item> { in next()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs107 type Item = &'a Event; in fmt() types
121 type Item = &'a Event; types
122 fn next(&mut self) -> Option<Self::Item> { in next()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs125 type Item = &'a FrameKind; types
127 fn next(&mut self) -> Option<Self::Item> { in next()
133 type Item = FrameKind; types
135 fn next(&mut self) -> Option<Self::Item> { in next()
141 type Item = FrameKind; types
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs854 type Item = (HeaderName, HeaderValue); in iter() types
879 type Item = (&'a HeaderName, &'a HeaderValue); types
888 type Item = (&'a HeaderName, &'a mut HeaderValue); types
/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs331 type Item = &'a T; types
380 type Item = &'a mut T; types
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs761 type Item = Chunk<'a>; types
763 fn next(&mut self) -> Option<Self::Item> { in next()
792 type Item = Chunk<'a>; in push() types

Completed in 15 milliseconds