Trait h3ron_graph::graph::GetNodeType[][src]

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

Required methods

Implementors