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]

[src]

Access the underlying ByteRecord that failed UTF-8 validation.

[src]

Access the underlying UTF-8 validation error.

Trait Implementations

impl Clone for FromUtf8Error
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FromUtf8Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for FromUtf8Error
[src]

impl PartialEq for FromUtf8Error
[src]

[src]

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

[src]

This method tests for !=.

impl Display for FromUtf8Error
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for FromUtf8Error
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations

impl Send for FromUtf8Error

impl Sync for FromUtf8Error