pub trait TakeRow { // Required method fn take_result_row(&mut self) -> Result<Vec<Value<'static>>>; }