Struct value_trait::generator::PrettyGenerator [−][src]
pub struct PrettyGenerator<V: Value> { /* fields omitted */ }
Expand description
Pretty Generator
Implementations
Trait Implementations
returns teh writer
Writes a string with escape sequences Read more
writes a simple string (usually short and non escaped) This means we can skip the simd accelerated writing which is expensive on short strings. Read more
writes a simple string content (usually short and non escaped) This means we can skip the simd accelerated writing which is expensive on short strings. Read more
👎 Deprecated since 0.1.5:
Please use the write_int function instead
writes an integer 128 bit Read more
👎 Deprecated since 0.1.5:
Please use the write_int function instead
writes an unsigned integer Read more