Struct plist::InvalidXmlDate
source · #[non_exhaustive]pub struct InvalidXmlDate;
Expand description
An error indicating that a string was not a valid XML plist date.
Trait Implementations§
source§impl Debug for InvalidXmlDate
impl Debug for InvalidXmlDate
source§impl Display for InvalidXmlDate
impl Display for InvalidXmlDate
source§impl Error for InvalidXmlDate
impl Error for InvalidXmlDate
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<InvalidXmlDate> for Error
impl From<InvalidXmlDate> for Error
source§fn from(error: InvalidXmlDate) -> Self
fn from(error: InvalidXmlDate) -> Self
Converts to this type from the input type.