fn osstring_len<T: AsRef<OsStr>>( vecs: &Either<Vec<T>, LinkedList<Vec<T>>>, ) -> usize
Computes the total OS-string length of a fast_collect result.
fast_collect