/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | sum.rs | 20 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 D | mod.rs | 36 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 D | filter.rs | 28 F: Fn(&P::Item) -> bool + Copy + Send, 30 type Item = P::Item; types
|
H A D | zip.rs | 43 type Item = (A::Item, B::Item); types
|
H A D | for_each.rs | 20 F: Fn(P::Item) + Copy + Sync + Send, 39 F: Fn(P::Item),
|
H A D | map.rs | 34 F: Fn(P::Item) -> B + Copy + Send, 36 type Item = B; types
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | stream.rs | 95 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 D | mod.rs | 106 type Item = T::Item; types
|
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
H A D | percent_encoding.rs | 311 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 D | command.rs | 101 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 D | addr.rs | 47 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 D | command.rs | 129 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 D | resolver.rs | 27 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 D | happy_eyeballs.rs | 72 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 D | events.rs | 107 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 D | decoder.rs | 125 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 D | headers.rs | 854 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 D | linked_list.rs | 331 type Item = &'a T; types 380 type Item = &'a mut T; types
|
/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | chunk.rs | 761 type Item = Chunk<'a>; types 763 fn next(&mut self) -> Option<Self::Item> { in next() 792 type Item = Chunk<'a>; in push() types
|