Struct foxbox_taxonomy::values::Binary
[−]
[src]
pub struct Binary {
pub data: Arc<Vec<u8>>,
pub mimetype: Id<MimeTypeId>,
}Fields
data | The actual data. We put it behind an |
mimetype | The mime type. Should probably be an Id |