Searched defs:AsyncSource (Results 1 – 1 of 1) sorted by relevance
33 pub(crate) struct AsyncSource<E: Source> { struct37 /// Entry list of the runtime's reactor, `AsyncSource` object will be argument45 impl<E: Source> AsyncSource<E> { impl229 impl<E: Source + Debug> Debug for AsyncSource<E> { implementation235 impl<E: Source> Deref for AsyncSource<E> { implementation245 impl<E: Source> Drop for AsyncSource<E> { implementation