fn fit_segments(text: &Measured<'_>, segments: &[String], width: f32) -> KeptExpand description
The trailing run of segments that measures inside width — a path’s
tail is the part that names where you are — with an ellipsis for the rest.
At least one segment is always kept: a path that says nothing at all is
worse than one that overruns its column.