Trait dag::Graph

source ·
pub trait Graph {
    type NodeIndex: 'static + Copy + Hash + Eq + PartialEq + Ord;
}

Required Associated Types§

source

type NodeIndex: 'static + Copy + Hash + Eq + PartialEq + Ord

Object Safety§

This trait is not object safe.

Implementors§