Trait h3ron_graph::graph::GetCellNode
source · [−]pub trait GetCellNode {
fn get_cell_node(&self, cell: &H3Cell) -> Option<NodeType>;
}pub trait GetCellNode {
fn get_cell_node(&self, cell: &H3Cell) -> Option<NodeType>;
}