[][src]Type Definition ansi_term::ANSIByteStrings

type ANSIByteStrings<'a> = ANSIGenericStrings<'a, [u8]>;

A set of ANSIByteStrings collected together, in order to be written with a minimum of control characters.

Methods

impl<'a> ANSIByteStrings<'a>[src]

pub fn write_to<W: Write>(&self, w: &mut W) -> Result<()>[src]

Write ANSIByteStrings to an io::Write. This writes the minimal escape sequences for the associated Styles around each set of bytes.