Type Definition xmlrpc::Response [] [src]

type Response = Result<Value, Fault>;

A response from the server.

XML-RPC specifies that a call should either return a single Value, or a <fault>.