Searched defs:AsyncWrapper (Results 1 – 1 of 1) sorted by relevance
114 pub struct AsyncWrapper<T>(T); struct116 impl<T> AsyncWrapper<T> { implementation128 impl<T> Deref for AsyncWrapper<T> { implementation136 impl<T> DerefMut for AsyncWrapper<T> { implementation142 impl<T: AsRawDescriptor> AsRawDescriptor for AsyncWrapper<T> { implementation148 impl<T: AsRawDescriptor> IntoAsync for AsyncWrapper<T> {} implementation