rust-embed
rust-embed copied to clipboard
error[E0609]: no field `data` on type `Cow<'_, [u8]>`
trafficstars
Hey, I got below error, any idea about this issue
error[E0609]: no field data on type Cow<'_, [u8]>
--> src\main.rs:23:25
|
23 | .body(content.data.into_owned()),
Have you tried any of the example code? They seem to be working. https://github.com/pyrossh/rust-embed/blob/master/examples/basic.rs