[go: up one dir, main page]

[][src]Trait comfy_table::cell::ToCell

pub trait ToCell {
    fn to_cell(self) -> Cell;
}

Required methods

fn to_cell(self) -> Cell

Loading content...

Implementors

impl ToCell for Cell[src]

impl<T: ToString> ToCell for T[src]

Loading content...