Function ping

Source
pub async fn ping(http_rpc: &str, url_path: &str) -> Result<PingResponse>
Expand description

Ping the VM.

ยงErrors

Errors on an http failure or a failed deserialization.