Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/async_iter/
Dasync_iter.rs16 pub trait AsyncIterator { interface
84 impl<S: ?Sized + AsyncIterator + Unpin> AsyncIterator for &mut S { impl
/third_party/rust/rust/tests/ui/async-await/in-trait/
Dissue-102138.rs13 trait AsyncIterator { interface
/third_party/typescript/lib/
Dlib.es2018.asynciterable.d.ts32 interface AsyncIterator<T, TReturn = any, TNext = undefined> { interface
/third_party/typescript/src/lib/
Des2018.asynciterable.d.ts12 interface AsyncIterator<T, TReturn = any, TNext = undefined> { interface
/third_party/python/Lib/
D_collections_abc.py183 class AsyncIterator(AsyncIterable): class
Dtyping.py2677 AsyncIterator = _alias(collections.abc.AsyncIterator, 1) variable