pub fn wordcount<T: Display>(s: T) -> Result<usize>
Expand description

Count the words in that string