Skip to main content

DelegateTimeSemantics

Trait DelegateTimeSemantics 

Source
pub trait DelegateTimeSemantics {
    type Internal: GraphTimeSemanticsOps + ?Sized;

    // Required method
    fn graph(&self) -> &Self::Internal;
}

Required Associated Types§

Required Methods§

Source

fn graph(&self) -> &Self::Internal

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§