pub trait CellAndValue<Value> { // Required methods fn cell(&self) -> H3Cell; fn value(self) -> Value; }