[][src]Module csv_sanity::transformer

Traits and types that define transformations on CSV record fields.

Structs

TransformError

Traits

TransformResultHelper

Helper trait with a few useful utility methods for constructing TransformResult.

Transformer

Type Definitions

TransformResult

Result for the transformation of a CSV record's field, either an Option<String> if successfully transformed or a TransformError if unsuccessful.