Enum serde_urlencoded::ser::Error [−][src]
Errors returned during serializing to application/x-www-form-urlencoded
.
Variants
Utf8(Utf8Error)
Trait Implementations
impl Error for Error
[src]
impl Error for Error
[src]fn description(&self) -> &str
[src]
fn cause(&self) -> Option<&dyn Error>
[src]
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level cause of this error, in the case of a Utf8
error.
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
The lower-level source of this error, in the case of a Utf8
error.