[−][src]Module tokio_libtls::prelude
A "prelude" for crates using the tokio-libtls
crate.
Re-exports
pub use crate::AsyncTls; |
pub use crate::AsyncTlsOptions; |
Modules
error | Error handling. |
future | Asynchronous values. |
sink | Asynchronous sinks. |
stream | Asynchronous streams. |
Structs
TcpStream | A TCP stream between a local and a remote socket. |
TlsConfigBuilder |
|
Traits
AsyncBufRead | Read bytes asynchronously. |
AsyncRead | Read bytes asynchronously. |
AsyncSeek | Seek bytes asynchronously. |
AsyncWrite | Write bytes asynchronously. |
Future | A future represents an asynchronous computation. |
_ | An extension trait which adds utility methods to |
_ | An extension trait for |
_ | An extension trait which adds utility methods to |
_ | An extension trait which adds utility methods to |
_ | An extension trait which adds utility methods to |