Function truncate_text

Source
pub fn truncate_text<'x>(text: Cow<'_, str>, max_len: usize) -> Cow<'x, str>