pub struct MethodResponse {
pub value: Value,
}Expand description
XML-RPC method call type
The MethodResponse type is the Rust equivalent of the contents of an XML-RPC response.
Fields§
§value: ValueMethod return value
pub struct MethodResponse {
pub value: Value,
}XML-RPC method call type
The MethodResponse type is the Rust equivalent of the contents of an XML-RPC response.
value: ValueMethod return value