Function style::properties::declaration_block::handle_first_serialization
source ยท 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.