Trait text_grid::RowSource

source ·
pub trait RowSource {
    fn fmt_row<'a>(w: &mut impl RowWrite<'a, Self>)
    where
        Self: 'a
; }
Expand description

A data structure that can be formatted into row.

Required Methods§

Define column informations. see RowWrite for details.

Implementors§