pub async fn wrap_rustls<'a>(
hostname: &str,
port: u16,
alpn: &str,
stream: impl SessionStream + 'a,
tls_session_store: &TlsSessionStore,
) -> Result<impl SessionStream + 'a>pub async fn wrap_rustls<'a>(
hostname: &str,
port: u16,
alpn: &str,
stream: impl SessionStream + 'a,
tls_session_store: &TlsSessionStore,
) -> Result<impl SessionStream + 'a>