Expand description
The rustls::crypto::KeyProvider implementation.
Structsยง
- Dyn
- A wrapper for [
&'static dyn rustls::crypto::KeyProvider] that implementsrustls::crypto::KeyProvider. - From
Crypto - A wrapper for anything that can borrow
rustls::crypto::CryptoProviderthat implementsrustls::crypto::KeyProvider.