Function btlib_tests::fs_queries::visit
source · pub fn visit<P: AsRef<Path>, R, F: FnMut(Metadata) -> R>(
path: P,
visitor: &mut F
) -> Result<()>
Expand description
Calls the given closure on every entry recursively contained in the given path.