Skip to main content

truncate_with_ellipsis

Function truncate_with_ellipsis 

Source
pub fn truncate_with_ellipsis(
    text: &str,
    max_width: usize,
    ellipsis: &str,
) -> String