pub trait WithSearchPat {
    type Context: LintContext;

    fn search_pat(&self, cx: &Self::Context) -> (Pat, Pat);
    fn span(&self) -> Span;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§