Trait foxbox_taxonomy::serialize::BinaryParts
[−]
[src]
pub trait BinaryParts { fn push(&mut self, mimetype: Id<MimeTypeId>, binary: &[u8]) -> JSON; }
A store to put binary parts.
Required Methods
Implementors
impl BinaryParts for MultiPart