pub trait DistributedRuntimeProvider {
// Required method
fn drt(&self) -> &DistributedRuntime;
}Expand description
A trait for objects that provide access to the DistributedRuntime.
pub trait DistributedRuntimeProvider {
// Required method
fn drt(&self) -> &DistributedRuntime;
}A trait for objects that provide access to the DistributedRuntime.