Skip to main content

TabularFieldOption

Trait TabularFieldOption 

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

Trait for Option types.

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: Display> TabularFieldOption for Option<T>

Implementors§