pub fn width_str(s: &str) -> usizeAvailable on crate feature
width only.Expand description
Convenience method for getting the width, in m’s, of an entire string.
Warning: If the width overflows, the result is undefined (e.g. panic or overflow).