Skip to main content

text

Function text 

Source
pub fn text(s: impl Into<Cow<'static, str>>) -> Doc
Expand 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.