pub type SniResolverLock = Arc<RwLock<HostnameRadixTree<Arc<dyn ResolvesServerCert>>>>;Expand description
The type for the SNI resolver lock, which is a vector of tuples containing the hostname and the corresponding certificate resolver.
Aliased Typeยง
pub struct SniResolverLock { /* private fields */ }