Struct csv::FromUtf8Error [] [src]

pub struct FromUtf8Error { /* fields omitted */ }

A UTF-8 validation error during record conversion.

This occurs when attempting to convert a ByteRecord into a StringRecord.

Methods

impl FromUtf8Error
[src]

Access the underlying ByteRecord that failed UTF-8 validation.

Access the underlying UTF-8 validation error.

Trait Implementations

impl Clone for FromUtf8Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FromUtf8Error
[src]

Formats the value using the given formatter.

impl Eq for FromUtf8Error
[src]

impl PartialEq for FromUtf8Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for FromUtf8Error
[src]

Formats the value using the given formatter. Read more

impl StdError for FromUtf8Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more