Trait ya_runtime_api::server::ProcessControl[][src]

pub trait ProcessControl {
    fn id(&self) -> u32;
fn kill(&self); }

Required methods

Implementations on Foreign Types

Implementors