Function do_rpc

Source
pub async fn do_rpc<T: Serialize>(
    method: Method,
    path: &str,
    body: Option<&T>,
) -> Result<Value, Box<dyn Error>>