Skip to main content

TextLine

Type Alias TextLine 

Source
pub type TextLine<C> = Box<[C]>;
Expand description

A single line of characters.

Aliased Typeยง

pub struct TextLine<C>(/* private fields */);