pub fn text_ref<'a, S: Into<Cow<'a, str>>>(s: S) -> PrettyPrint<'a>
a text ref, e.g. &str, [&String]
&str
&String