pub fn text(s: impl Into<Cow<'static, str>>) -> DocExpand description
Verbatim text (a borrowed &'static str or an owned String). The display width is measured
once here and cached on the node, so the printer’s fit/break measurement never re-scans it.