Enum lcov_parser::ParseError
[−]
[src]
pub enum ParseError { IOError(IOError), RecordParseError(RecordParseError), }
Variants
IOError(IOError)
RecordParseError(RecordParseError)
Trait Implementations
impl Debug for ParseError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl From<IOError> for ParseError
[src]
impl From<RecordParseError> for ParseError
[src]
fn from(err: RecordParseError) -> Self
[src]
Performs the conversion.
impl Error for ParseError
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
The lower-level cause of this error, if any. Read more
impl Display for ParseError
[src]
fn fmt(&self, formatter: &mut Formatter) -> FormatResult
[src]
Formats the value using the given formatter. Read more