pub trait EiffelGraph: Graph<Key = Uuid, Data = BaseEvent, EdgeData = String> + Indexable<usize> { }

Implementors