Skip to main content

Context

Trait Context 

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

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§