Trait Context

Source
pub trait Context:
    Send
    + Sync
    + 'static {
    // Provided method
    fn runtime(&self) -> Option<Arc<Runtime>> { ... }
}

Provided Methods§

Implementors§