Function ansi_to_tui::ansi_to_text_override_style[][src]

pub fn ansi_to_text_override_style<'t, B: IntoIterator<Item = u8>>(
    bytes: B,
    style: Style
) -> Result<Text<'t>, Error>

Same as ansi_to_text but with a custom override style for the whole text.