Struct parser_c::data::error::ErrorInfo []

pub struct ErrorInfo(pub ErrorLevel, pub Position, pub Vec<String>);

Trait Implementations

impl Debug for ErrorInfo
[src]

Formats the value using the given formatter.