Home
last modified time | relevance | path

Searched refs:IntoIterator (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs853 impl IntoIterator for Headers {
878 impl<'a> IntoIterator for &'a Headers { impl
887 impl<'a> IntoIterator for &'a mut Headers { impl
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs28 pub trait ParSplit: Sized + IntoIterator {
/ohos5.0/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()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs106 impl<'a> IntoIterator for &'a Events { impl
/ohos5.0/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()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dstack.rs167 impl<T: Stackof> IntoIterator for Stack<T> {
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs139 impl core::iter::IntoIterator for Frames {
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs791 impl<'a> IntoIterator for Chunks<'a> {