[][src]Trait text_grid::RowSource

pub trait RowSource {
    fn fmt_row<'a>(w: &mut impl RowWrite<Source = &'a Self>)
    where
        Self: 'a
; }

A data structure that can be formatted into row.

Required methods

fn fmt_row<'a>(w: &mut impl RowWrite<Source = &'a Self>) where
    Self: 'a, 

Define column informations. see RowWrite for details.

Loading content...

Implementors

Loading content...