Available on crate feature
connect
and (crate features rustls-0_20-webpki-roots
or rustls-0_20-native-roots
) only.Expand description
Re-exports from the rustls
v0.20 ecosystem that are useful for connectors.
Structs§
- Async
TlsStream - A wrapper around an underlying raw stream which implements the TLS or SSL protocol.
- Client
Config - Common configuration for (typically) all connections made by a program.
Statics§
- TLS_
SERVER_ ROOTS rustls-0_20-webpki-roots