xmlrpc::Response [] [src]

type Response = Result<ValueFault>;

A response from the server.

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