Skip to main content

ColumnIndexable

Trait ColumnIndexable 

Source
pub trait ColumnIndexable {
    // Provided methods
    fn get_str(&self, i: usize) -> Cow<'_, str> { ... }
    fn get_text(&self, i: usize) -> Text<'_> { ... }
}
Expand description

You must either impl as_str or as_text

Provided Methods§

Source

fn get_str(&self, i: usize) -> Cow<'_, str>

Source

fn get_text(&self, i: usize) -> Text<'_>

Implementors§