Type Definition tgrep::utils::grep::Grep[][src]

type Grep = fn(reader: Arc<dyn LinesReader>, matcher: Matcher, display: Arc<dyn Display>);