Trait h3ron_graph::graph::GetEdge [−][src]
pub trait GetEdge {
type WeightType;
fn get_edge(&self, edge: &H3Edge) -> Option<EdgeValue<'_, Self::WeightType>>;
}pub trait GetEdge {
type WeightType;
fn get_edge(&self, edge: &H3Edge) -> Option<EdgeValue<'_, Self::WeightType>>;
}