Searched refs:Compat01As03 (Results 1 – 4 of 4) sorted by relevance
23 pub struct Compat01As03<T> { struct27 impl<T> Unpin for Compat01As03<T> {} argument29 impl<T> Compat01As03<T> { impl77 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> { implementation163 impl<St: Stream01> Stream03 for Compat01As03<St> { implementation382 fn compat(self) -> Compat01As03<Self> in compat()[all …]
13 pub use self::compat01as03::{Compat01As03, Future01CompatExt, Stream01CompatExt};
215 Compat, Compat01As03, Compat01As03Sink, CompatSink, Executor01As03, Executor01CompatExt,
149 assert_impl!(Compat01As03<()>: Send);150 assert_not_impl!(Compat01As03<*const ()>: Send);151 assert_not_impl!(Compat01As03<()>: Sync);152 assert_impl!(Compat01As03<PhantomPinned>: Unpin);