Struct serde_json::ser::CompactFormatter [] [src]

pub struct CompactFormatter;

This structure compacts a JSON value with no extra whitespace.

Trait Implementations

impl Clone for CompactFormatter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompactFormatter
[src]

Formats the value using the given formatter.

impl Formatter for CompactFormatter
[src]

Called when serializing a '{' or '['.

Called when serializing a ','.

Called when serializing a ':'.

Called when serializing a '}' or ']'.