Trait raphtory::db::api::view::internal::DelegateTimeSemantics

source ·
pub trait DelegateTimeSemantics {
    type Internal: TimeSemantics + ?Sized;

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

Required Associated Types§

Required Methods§

source

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

Implementors§