Home
last modified time | relevance | path

Searched defs:WriterState (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/csv/src/
Dwriter.rs516 struct WriterState { struct
518 header: HeaderState,
520 flexible: bool,
524 first_field_count: Option<u64>,
527 fields_written: u64,
531 panicked: bool,
/external/rust/crates/csv-core/src/
Dwriter.rs205 struct WriterState { struct
209 in_field: bool,
213 quoting: bool,
218 record_bytes: u64,
485 impl Default for WriterState { implementation