Type Definition rust_search::FilterFn

source ·
pub type FilterFn = fn(_: &DirEntry) -> bool;
Expand description

custom filter fn to expose the dir entry directly