Function text_ref

Source
pub fn text_ref<'a, S: Into<Cow<'a, str>>>(s: S) -> PrettyPrint<'a>
Expand description

a text ref, e.g. &str, [&String]