0
がここに最小限のREPROだ「トレイトは `のstd :: :: AsRef <[u8]>を変換` `u8`のために実装されていません」 :にエラーがある
error[E0277]: the trait bound `u8: std::convert::AsRef<[u8]>` is not satisfied
--> src/main.rs:7:16
|
7 | writer.write_record(buf);
| ^^^^^^^^^^^^ the trait `std::convert::AsRef<[u8]>` is not implemented for `u8`
|
= note: required because of the requirements on the impl of `std::convert::AsRef<[u8]>` for `&u8`
このエラーは何を意味しますか?すでにu8
スライスを渡しているようですか?