Struct lcov_parser::parser::RecordParseError [] [src]

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

Fields

line: i32 column: i32 message: String

Trait Implementations

impl Debug for RecordParseError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for RecordParseError
[src]

fn eq(&self, __arg_0: &RecordParseError) -> bool

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

fn ne(&self, __arg_0: &RecordParseError) -> bool

This method tests for !=.

impl<'a, P: Stream<Item=char, Range=&'a str>> From<ParseError<P>> for RecordParseError
[src]

fn from(error: ParseError<P>) -> Self

Performs the conversion.

impl Display for RecordParseError
[src]

fn fmt(&self, f: &mut Formatter) -> FormatResult

Formats the value using the given formatter.

impl Error for RecordParseError
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>
1.0.0

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