Thanks to visit codestin.com Credit goes to docs.rs
pub trait CharLen { // Required method fn char_len(&self) -> usize; }
Returns the number of characters in the text