Function deltachat::net::tls::wrap_tls

source ยท
pub async fn wrap_tls(
    strict_tls: bool,
    hostname: &str,
    alpn: &[&str],
    stream: impl SessionStream + 'static,
) -> Result<impl SessionStream>