Add the call_method method to the implementation of the Remote struct: fn call_method<T>(&self, meth: &str, args: &[Value]) -> Result<T, ClientError> where ...
確定! 回上一頁