xml_rpc::client

Function call_value

Source
pub fn call_value<Tkey>(
    uri: &Url,
    name: Tkey,
    params: Params,
) -> Result<Response>
where Tkey: Into<String>,