Struct lcov_parser::RecordParseError [] [src]

pub struct RecordParseError {
    pub line: u32,
    pub column: u32,
    pub message: String,
}

Fields

Trait Implementations

impl PartialEq for RecordParseError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for RecordParseError
[src]

Formats the value using the given formatter.

impl<'a> From<CombinatorParseError<State<&'a str>>> for RecordParseError
[src]

Performs the conversion.

impl Display for RecordParseError
[src]

Formats the value using the given formatter.

impl Error for RecordParseError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more