Type Definition cansi::CategorisedLine

source ·
pub type CategorisedLine<'text> = Vec<CategorisedSlice<'text>>;
👎Deprecated: please use v3::CategorisedLine to move to API v3.0. this function will be removed with v3.0 of cansi
Expand description

The item type of CategorisedLineIterator.

Note

The type alias is the same as CategorisedSlices, so functions such as construct_text_no_codes will work.