Enum gpgme::StrError
[−]
[src]
pub enum StrError<'a> {
NotPresent,
NotUtf8(&'a CStr, Utf8Error),
}Variants
NotPresent | ||
NotUtf8 |
pub enum StrError<'a> {
NotPresent,
NotUtf8(&'a CStr, Utf8Error),
}NotPresent | ||
NotUtf8 |
impl<'a> Display for StrError<'a>impl<'a> Error for StrError<'a>fn description(&self) -> &strfn cause(&self) -> Option<&Error>impl<'a> PartialEq for StrError<'a>impl<'a> Eq for StrError<'a>impl<'a> Clone for StrError<'a>fn clone(&self) -> StrError<'a>fn clone_from(&mut self, source: &Self)impl<'a> Copy for StrError<'a>impl<'a> Debug for StrError<'a>