common_runtime::runtime

Type Alias Runtime

source
pub type Runtime = DefaultRuntime;

Aliased Type§

struct Runtime {
    name: String,
    handle: Handle,
    _dropper: Arc<Dropper>,
}

Fields§

§name: String§handle: Handle§_dropper: Arc<Dropper>