pub trait CharLen { // Required method fn charlen(&self) -> usize; }
Returns the length in characters (not bytes).