Function rg::search::search_path

source ·
fn search_path<M: Matcher, W: WriteColor>(
    matcher: M,
    searcher: &mut Searcher,
    printer: &mut Printer<W>,
    path: &Path
) -> Result<SearchResult>
Expand description

Search the contents of the given file path using the given matcher, searcher and printer.