[][src]Type Definition cansi::CategorisedLine

type CategorisedLine<'text> = Vec<CategorisedSlice<'text>>;

The item type of CategorisedLineIterator.

Note

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