pub fn width_usize(s: &str) -> usizeExpand description
The number of terminal cells s occupies, without saturating to u16.
Prefer width when the result feeds a u16-based geometry type such
as Rect/Size; use this when the raw unicode-width measurement is
needed instead.