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

Required Methods

Implementors