Module tls_api::async_as_sync[][src]

Utility used in different implementations of TLS API.

Not to be used by regular users of the library.

Structs

AsyncIoAsSyncIo

Async IO object as sync IO.

TlsStreamOverSyncIo

Implementation of TlsStreamImpl for APIs using synchronous I/O.

Traits

AsyncWrapperOps

Used by API implementors.