Crate csv_stream
Source - Error
- An error that can occur when processing CSV data.
- Iter
- An iterable CSV creator
- Stream
- A Streamable CSV creator
- Writer
- A already configured CSV writer.
- WriterBuilder
- Builds a CSV writer with various configuration knobs.
- ErrorKind
- The specific type of an error.
- QuoteStyle
- The quoting style to use when writing CSV data.
- Terminator
- A record terminator.
- Trim
- The whitespace preservation behaviour when reading CSV data.
- Result
- A type alias for
Result<T, csv_stream::Error>
.
Query parser error: "Unexpected -
(did you mean ->
?)".