Enum at_commands::SerializeErrorCause
source · pub enum SerializeErrorCause {
IoError(Error),
}
Variants§
Trait Implementations§
source§impl Debug for SerializeErrorCause
impl Debug for SerializeErrorCause
source§impl Display for SerializeErrorCause
impl Display for SerializeErrorCause
source§impl Error for SerializeErrorCause
impl Error for SerializeErrorCause
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for SerializeErrorCause
impl From<Error> for SerializeErrorCause
source§fn from(io_error: Error) -> SerializeErrorCause
fn from(io_error: Error) -> SerializeErrorCause
Converts to this type from the input type.