Trait clippy_utils::check_proc_macro::WithSearchPat
source · pub trait WithSearchPat {
type Context: LintContext;
fn search_pat(&self, cx: &Self::Context) -> (Pat, Pat);
fn span(&self) -> Span;
}
Required Associated Types
source