use crate*;
// impl ToRow for MyRow {
// fn to_row(&self) -> Vec<Cell> {
// vec![self.name.as_str().into(), self.age.into(), self.val.into()]
// }
// fn labels(&self) -> Vec<String> {
// vec!["name".to_string(), "age".to_string(), "val".to_string()]
// }
// }