pub type QueryHandler = fn(file: &ParsedFile, captures: &[QueryCapture<'_>], match_index: usize) -> Vec<IssueCandidate>;Expand description
Function signature for custom query match handlers.
pub type QueryHandler = fn(file: &ParsedFile, captures: &[QueryCapture<'_>], match_index: usize) -> Vec<IssueCandidate>;Function signature for custom query match handlers.