Crate async_tls_acceptor[][src]

This crate provides the common interface for server-side tls acceptors, abstracting over various implementations

Traits

Acceptor

This trait provides the common interface for server-side tls acceptors, abstracting over various implementations.

AsyncRead

Read bytes asynchronously.

AsyncWrite

Write bytes asynchronously.

Attribute Macros

async_trait