pub trait GetCellNode {
    fn get_cell_node(&self, cell: &H3Cell) -> Option<&NodeType>;
}

Required methods

Implementors