Crate trillium_native_tls
source ·Expand description
This crate provides native tls trait implementations for trillium
client ([NativeTlsConnector
]) and server (NativeTlsAcceptor
).
Re-exports§
pub use async_native_tls;
pub use native_tls;
Structs§
- A cryptographic identity.
- trillium [
Acceptor
] for native-tls - Client
Transport
for the native tls connector - Configuration for the native tls client connector
- Server Tls Transport