Function rayon::iter::extend::osstring_len

source ·
fn osstring_len<T: AsRef<OsStr>>(
    vecs: &Either<Vec<T>, LinkedList<Vec<T>>>
) -> usize
Expand description

Computes the total OS-string length of a fast_collect result.