trpc ~master (2021-08-25T05:24:34Z)
Dub
Repo
rpcMethod
rpcif
Undocumented in source.
interface
rpcMethod {
RetInfo
hello_rpc
(string a, string b, int c, paramA pa, paramB pb);
int
hello_a
(int a, int b);
}
Members
Functions
hello_a
int
hello_a
(int a, int b)
Undocumented in source.
hello_rpc
RetInfo
hello_rpc
(string a, string b, int c, paramA pa, paramB pb)
Undocumented in source.
Meta
Source
See Implementation
rpcif
interfaces
rpcMethod
structs
RetInfo
paramA
paramB