Skip to main content

TabularFieldDisplay

Trait TabularFieldDisplay 

Source
pub trait TabularFieldDisplay {
    // Required method
    fn to_tabular_cell(&self) -> String;
}
Expand description

Trait for types that implement Display.

Required Methods§

Implementors§