pub trait DistributedRuntimeProvider {
// Required method
fn drt(&self) -> &DistributedRuntime;
}Expand description
A trait for objects that provide access to the DistributedRuntime.
Required Methods§
fn drt(&self) -> &DistributedRuntime
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".