Crate trillium_tls_common[][src]

Expand description

This crate provides the common interface for server-side tls Acceptors and client-side Connectors, abstracting over various implementations.

Structs

Url

A parsed URL record.

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.

Connector

Interface for runtime and tls adapters for the trillium client

Attribute Macros

async_trait