pub trait GraphMetadata<'g> { type Id: Copy + Eq + Hash + Debug; // Required method fn id(&self) -> Self::Id; }