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.