Struct valgrind::ParseError [] [src]

pub struct ParseError {
    pub lineno: usize,
    pub message: String,
}

Holds information about a parse error generated while parsing a suppressions file.

Fields

lineno: usize

Line number where the parse error occurred.

message: String

Description of the parse error.

Trait Implementations

impl Display for ParseError
[src]

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

Formats the value using the given formatter.