RustでJSONデータをPostする方法
RustでJSONデータをPostする方法について教えていただきたいです。
以下のURLの方法を試してみたのですが、post()
およびbody()
の引数に変数を入れると、
error: unable to infer enough type information about `_`; type annotations or generic parameter binding required
といったエラーが出てしまいます。
どうぞよろしくお願いします。
https://gist.github.com/fredhsu/ae4088f905ac25bfcc04