[−][src]Type Definition tokio_libtls::AsyncTlsStream
type AsyncTlsStream = PollEvented<TlsStream>;
Pollable wrapper for async I/O operations with Tls
.
type AsyncTlsStream = PollEvented<TlsStream>;
Pollable wrapper for async I/O operations with Tls
.