MimeBundle

Type Alias MimeBundle 

Source
pub type MimeBundle = IndexMap<String, MimeData>;
Expand description

A bundle of MIME-typed data representations.

Each key is a MIME type (e.g., “text/plain”, “image/png”), and the value is the content for that MIME type.

Uses IndexMap to preserve insertion order, which is important for consistent serialization and idempotent operations.

Aliased Type§

pub struct MimeBundle { /* private fields */ }