Function h2::client::bind_connection

source ยท
async fn bind_connection<T>(io: &mut T) -> Result<(), Error>
where T: AsyncRead + AsyncWrite + Unpin,