pub trait UnicodeWidthStr { // Required method fn width(&self) -> usize; }
Trait for calculating display width of strings
Returns the display width of the string