Crate async_tls_acceptor

Source
Expand description

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