Skip to main content

excerpt_text_lines_with_limit

Function excerpt_text_lines_with_limit 

Source
pub fn excerpt_text_lines_with_limit<'a>(
    text: &'a str,
    limit: usize,
    preferred_head: usize,
) -> TextLineExcerpt<'a>