Struct json_color::ColorizerBuilder [] [src]

pub struct ColorizerBuilder { /* fields omitted */ }

Methods

impl ColorizerBuilder
[src]

Sets the color of the null value.

Sets the color of boolean values.

Sets the color of number values.

Sets the color of string values.

Sets the color of JSON object keys.

Constructs a new Colorizer.

Trait Implementations

impl Default for ColorizerBuilder
[src]

Returns the "default value" for a type. Read more