Struct symbolic_ppdb::FormatError
source · pub struct FormatError { /* private fields */ }
Expand description
An error encountered while parsing a PortablePdb
file.
Implementations§
source§impl FormatError
impl FormatError
sourcepub fn kind(&self) -> FormatErrorKind
pub fn kind(&self) -> FormatErrorKind
Returns the corresponding FormatErrorKind
for this error.
Trait Implementations§
source§impl Debug for FormatError
impl Debug for FormatError
source§impl Display for FormatError
impl Display for FormatError
source§impl Error for FormatError
impl Error for FormatError
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<FormatError> for CacheError
impl From<FormatError> for CacheError
source§fn from(e: FormatError) -> Self
fn from(e: FormatError) -> Self
Converts to this type from the input type.
source§impl From<FormatErrorKind> for FormatError
impl From<FormatErrorKind> for FormatError
source§fn from(kind: FormatErrorKind) -> Self
fn from(kind: FormatErrorKind) -> Self
Converts to this type from the input type.