pub trait EdgePropGet<G, T>: PropGet<Edge<G>, Output = T>where G: WithEdge,{ }
A edge property.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".