Skip to main content

Attachments

Type Alias Attachments 

Source
pub type Attachments = Vec<(String, Vec<u8>)>;
Expand description

Named binary payloads accompanying an application message: dropped asset bytes, a glTF with its resources, a saved file.

Aliased Typeยง

pub struct Attachments { /* private fields */ }