[−][src]Trait tls_api::async_as_sync::AsyncIoAsSyncIoWrapper
Required methods
ⓘImportant traits for AsyncIoAsSyncIo<S>fn get_mut(&mut self) -> &mut AsyncIoAsSyncIo<S>
ⓘImportant traits for AsyncIoAsSyncIo<S>
Provided methods
fn with_context<F, R>(&mut self, cx: &mut Context, f: F) -> R where
F: FnOnce(&mut Self) -> R,
F: FnOnce(&mut Self) -> R,
fn with_context_sync_to_async<F, R>(
&mut self,
cx: &mut Context,
f: F
) -> Poll<Result<R>> where
F: FnOnce(&mut Self) -> Result<R>,
&mut self,
cx: &mut Context,
f: F
) -> Poll<Result<R>> where
F: FnOnce(&mut Self) -> Result<R>,
Implementors
impl<S: Unpin> AsyncIoAsSyncIoWrapper<S> for AsyncIoAsSyncIo<S>
[src]
ⓘImportant traits for AsyncIoAsSyncIo<S>fn get_mut(&mut self) -> &mut AsyncIoAsSyncIo<S>
[src]
ⓘImportant traits for AsyncIoAsSyncIo<S>