{CertificateDer, PrivateKeyDer}; +use rustls::server::ResolvesServerCert; use rustls::server::ServerConfig as TlsServerConfig; use rustls::version::TLS13; @@ -29,19 +29,17 @@ impl QuicServer { /// Construct the new Acceptor with the associated pkcs12 data pub async fn new( name_...