HasRuntimeType

Trait HasRuntimeType 

Source
pub trait HasRuntimeType {
    type Runtime;
}

Required Associated Types§

Implementors§

Source§

impl<__Context__> HasRuntimeType for __Context__
where __Context__: DelegateComponent<RuntimeTypeProviderComponent>, __Context__::Delegate: RuntimeTypeProvider<__Context__>,