Struct ascii_canvas::StyleView [] [src]

pub struct StyleView<'canvas> { /* fields omitted */ }

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.

Trait Implementations

impl<'canvas> AsciiView for StyleView<'canvas>
[src]