Struct value_trait::generator::PrettyWriterGenerator [−][src]
Expand description
Pretty Writer Generator
Implementations
Trait Implementations
type T = W
type T = W
The writer
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