pub type MimeBundle = Media;
struct MimeBundle { pub content: Vec<MediaType>, }
content: Vec<MediaType>
A map of Media types to their corresponding data, represented as JSON Value.
Value