pub trait GraphItem: Copy + Eq + Hash + Debug { }

Implementors