Trait CellFormatter

Source
pub trait CellFormatter {
    // Required method
    fn fmt_cell(&mut self, cell: &Cell) -> String;
}

Required Methods§

Source

fn fmt_cell(&mut self, cell: &Cell) -> String

Implementors§