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]
impl Error for FromStrError
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
The lower-level cause of this error, if any. Read more