Module prettytable::csv

source ·
Expand description

CSV impl and reexported types

Structs§

  • A already configured CSV reader.
  • Builds a CSV reader with various configuration knobs.
  • An already configured CSV writer.

Type Aliases§

  • A type alias for Result<T, csv::Error>.