Struct ascii_canvas::Row
[−]
[src]
pub struct Row { /* fields omitted */ }
Methods
impl Row
[src]
fn new(chars: &[char], styles: &[Style]) -> Row
fn write_to<T: Terminal + ?Sized>(&self, term: &mut T) -> Result<()>
Trait Implementations
impl Display for Row
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more