HasRuntime

Trait HasRuntime 

Source
pub trait HasRuntime: HasRuntimeType {
    // Required method
    fn runtime(&self) -> &Self::Runtime;
}

Required Methods§

Source

fn runtime(&self) -> &Self::Runtime

Implementors§

Source§

impl<__Context__> HasRuntime for __Context__
where __Context__: HasRuntimeType + DelegateComponent<RuntimeGetterComponent>, __Context__::Delegate: RuntimeGetter<__Context__>,