Struct mime::FromStrError [] [src]

pub struct FromStrError { /* fields omitted */ }

An error when parsing a Mime from a string.

Trait Implementations

impl Debug for FromStrError
[src]

[src]

Formats the value using the given formatter.

impl Error for FromStrError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for FromStrError
[src]

[src]

Formats the value using the given formatter. Read more