Struct value_trait::generator::DumpGenerator [−][src]
pub struct DumpGenerator<VT: Value> { /* fields omitted */ }
Expand description
Simple dump 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