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

Line number where the parse error occurred.

Description of the parse error.

Trait Implementations

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more