Trait ya_runtime_api::server::RuntimeEvent[][src]

pub trait RuntimeEvent {
    fn on_process_status<'a>(&self, _status: ProcessStatus) -> BoxFuture<'a, ()> { ... }
}

Provided methods

Implementors