pub trait EdgePropMut<G, T>: IndexMut<<G as WithEdge>::Edge, Output = T>where G: WithEdge,{ }
A edge property that can be read/write using indexing operation.