Lines Matching refs:Compat01As03
23 pub struct Compat01As03<T> { struct
27 impl<T> Unpin for Compat01As03<T> {} implementation
29 impl<T> Compat01As03<T> { impl
77 fn compat(self) -> Compat01As03<Self> in compat()
81 Compat01As03::new(self) in compat()
105 fn compat(self) -> Compat01As03<Self> in compat()
109 Compat01As03::new(self) in compat()
155 impl<Fut: Future01> Future03 for Compat01As03<Fut> { implementation
163 impl<St: Stream01> Stream03 for Compat01As03<St> { implementation
382 fn compat(self) -> Compat01As03<Self> in compat()
386 Compat01As03::new(self) in compat()
412 fn compat(self) -> Compat01As03<Self> in compat()
416 Compat01As03::new(self) in compat()
421 impl<R: AsyncRead01> AsyncRead03 for Compat01As03<R> { implementation
431 impl<W: AsyncWrite01> AsyncWrite03 for Compat01As03<W> { implementation