pub trait RuntimeProvider {
// Required method
fn rt(&self) -> &Runtime;
}
Expand description
A trait for objects that proivde access to the Runtime
pub trait RuntimeProvider {
// Required method
fn rt(&self) -> &Runtime;
}
A trait for objects that proivde access to the Runtime