pub trait DelegateTimeSemantics {
type Internal: TimeSemantics + ?Sized;
// Required method
fn graph(&self) -> &Self::Internal;
}pub trait DelegateTimeSemantics {
type Internal: TimeSemantics + ?Sized;
// Required method
fn graph(&self) -> &Self::Internal;
}