Trait x_lint::Linter[][src]

pub trait Linter: Send + Sync + Debug {
    fn name(&self) -> &'static str;
}

Represents a linter.

Required methods

fn name(&self) -> &'static str[src]

Returns the name of the linter.

Loading content...

Implementors

Loading content...