DistributedRuntimeProvider

Trait DistributedRuntimeProvider 

Source
pub trait DistributedRuntimeProvider {
    // Required method
    fn drt(&self) -> &DistributedRuntime;
}
Expand description

A trait for objects that provide access to the DistributedRuntime.

Required Methods§

Implementors§