pub trait EdgeView<M, T>: EIndexedGraphwhere M: ?Sized,{ // Required method fn eview(&self, map: &M, eid: Self::EIndex) -> T; }