pub trait TabularFieldOption {
// Required method
fn to_tabular_cell(&self) -> String;
}Expand description
Trait for Option types.
pub trait TabularFieldOption {
// Required method
fn to_tabular_cell(&self) -> String;
}Trait for Option types.