pub trait LintPass {
    // Required method
    fn name(&self) -> &'static str;
}

Required Methods§

source

fn name(&self) -> &'static str

Implementors§