[][src]Function ansi_term::sub_string

pub fn sub_string<'a>(
    start: usize,
    len: usize,
    strs: &ANSIStrings<'a>
) -> Vec<ANSIString<'static>>

Return a substring of the given ANSIStrings sequence, while keeping the formatting.