pub struct EmbeddedFile { pub data: Cow<'static, [u8]>, pub metadata: Metadata, }
A file embedded into the binary
data: Cow<'static, [u8]>
metadata: Metadata
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
Should always be Self
Self
The type returned in the event of a conversion error.