Skip to main content

LintResult

Type Alias LintResult 

Source
pub type LintResult = Result<Vec<LintWarning>, LintError>;

Aliased Type§

pub enum LintResult {
    Ok(Vec<LintWarning>),
    Err(LintError),
}

Variants§

§1.0.0

Ok(Vec<LintWarning>)

Contains the success value

§1.0.0

Err(LintError)

Contains the error value