Struct typographic_linter::errors::LinterWarning [] [src]

pub struct LinterWarning {
    pub message: &'static str,
    pub start: usize,
    pub end: usize,
}

Fields

Trait Implementations

impl Debug for LinterWarning
[src]

Formats the value using the given formatter.

impl Display for LinterWarning
[src]

Formats the value using the given formatter. Read more

impl Error for LinterWarning
[src]

A short description of the error. Read more

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