fn handle_first_serialization<W>(
    dest: &mut W,
    is_first_serialization: &mut bool
) -> Resultwhere
    W: Write,
Expand description

Potentially appends whitespace after the first (property: value;) pair.