pub fn make_lines(content: &str, width: usize) -> Vec<Row, Global>
Expand description

Compute lines for the given content and width.

Equivalent to constructing a new LinesIterator and collecting it.