pub trait Data: GraphBase {
type NodeWeight;
type EdgeWeight;
}
Expand description
Define associated data for nodes and edges
Required Associated Types§
type NodeWeight
type EdgeWeight
Object Safety§
This trait is not object safe.
pub trait Data: GraphBase {
type NodeWeight;
type EdgeWeight;
}
Define associated data for nodes and edges