Available on (crate features
native-tls
or rustls
) and crate feature async-std
only.Expand description
Entry points for use with async_std runtimes.
Re-exports§
pub use AsyncStdNativeTlsRuntime as PreferredRuntime;
native-tls
Structs§
- Async
StdNative TlsRuntime native-tls
- A
Runtime
powered byasync_std
andnative_tls
. - Async
StdRustls Runtime rustls
- A
Runtime
powered byasync_std
andrustls
.
Functions§
- create_
runtime_ impl async-std
ortokio
- Create and return a new
async_std
runtime.