[][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

TlsConfigBuilder for TlsConfig.

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 AsyncSeek types.

_

An extension trait for Futures that provides a variety of convenient adapters.

_

An extension trait which adds utility methods to AsyncBufRead types.

_

An extension trait which adds utility methods to AsyncRead types.

_

An extension trait which adds utility methods to AsyncWrite types.