Skip to main content

WriteBody

Type Alias WriteBody 

Source
pub type WriteBody = IndexMap<String, FieldWrite>;
Expand description

A decoded write body: ordered, because upstream field order is wire-visible.

Aliased Typeยง

pub struct WriteBody { /* private fields */ }