pub trait TabularFieldDisplay {
// Required method
fn to_tabular_cell(&self) -> String;
}Expand description
Trait for types that implement Display.
pub trait TabularFieldDisplay {
// Required method
fn to_tabular_cell(&self) -> String;
}Trait for types that implement Display.