pub fn rpc_req_from_str<Req>(payload: &str) -> Result<Req, String>where Req: ?Sized + Serialize + DeserializeOwned + Debug,