Struct ascii_canvas::StyleView [−][src]
pub struct StyleView<'canvas> { /* fields omitted */ }
Expand description
Gives a view onto an AsciiCanvas that applies an additional style
to things that are written. You can get one of these by calling
the styled()
method on any ASCII view.