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.
- Async
Read - Read bytes asynchronously.
- Async
Write - Write bytes asynchronously.