Trait raphtory::db::api::mutation::internal::DelegateAdditionOps

source ·
pub trait DelegateAdditionOps {
    type Internal: InternalAdditionOps + ?Sized;

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

Required Associated Types§

Required Methods§

source

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

Implementors§