Trait ya_runtime_api::server::RuntimeControl
source · [−]pub trait RuntimeControl {
fn id(&self) -> u32;
fn stop(&self);
fn stopped(&self) -> BoxFuture<'_, i32>;
}
Expand description
Runtime control interface
pub trait RuntimeControl {
fn id(&self) -> u32;
fn stop(&self);
fn stopped(&self) -> BoxFuture<'_, i32>;
}
Runtime control interface