pub trait DelegateTimeSemantics {
type Internal: GraphTimeSemanticsOps + ?Sized;
// Required method
fn graph(&self) -> &Self::Internal;
}Required Associated Types§
type Internal: GraphTimeSemanticsOps + ?Sized
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".