Type Definition jsonrpc_core::control::Data [] [src]

type Data = Result<Value, Error>;

Convenient type for RPC methods return types.