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

Implementors§