Module tokio_websockets::tls
source · Expand description
Wrapper types for TLS functionality, abstracting over rustls
and
native-tls
connector and stream types.
Enums§
- A reusable TLS connector for wrapping streams.
- A stream that might be protected with TLS.