h2::client

Function bind_connection

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