[][src]Function async_tls_lite::handshake

pub async fn handshake<S, IO>(session: S, io: IO) -> Result<TlsStream<S, IO>> where
    S: Session + Unpin,
    IO: AsyncRead + AsyncWrite + Unpin