Structs§
Traits§
Functions§
- handle_
remote_ rpc - Handles remote RPC calls, returning a
RemoteRpcResultindicating whether the method was supported. If the method is not supported, it returnsRemoteRpcResult::MethodNotSupported. If the method is supported, it returnsRemoteRpcResult::Ok(T). If the method is supported but returns an error, it returnsErr(E).