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
pub trait ColumnIndexable {
// Provided methods
fn get_str(&self, i: usize) -> Cow<'_, str> { ... }
fn get_text(&self, i: usize) -> Text<'_> { ... }
}You must either impl as_str or as_text