Skip to main content

count_with_size

Function count_with_size 

Source
pub fn count_with_size<P: AsRef<Path>>(
    path: P,
    max_depth: usize,
    exclude_patterns: &[Pattern],
) -> Result<(usize, usize, usize, u64)>