Modules§
Macros§
- call_
rpc - Convenience macro for calling rpcs.
call_rpc!(proc, arg0: 3, arg1: "foo", arg2: vec!["foo", "bar", "baz"])
- define_
rpc - defines a new rpc.
define_rpc!(publisher, path, doc, mapfn, tx, arg: typ = default; doc, ...)
seeProc
for an example - rpc_err
- for use in map functions, will reply to the client with an error and return None