Trait ProvideRuntimeType

Source
pub trait ProvideRuntimeType<Context>
where Context: Async,
{ type Runtime: HasErrorType; }

Required Associated Types§

Implementors§

Source§

impl<Component, Context> ProvideRuntimeType<Context> for Component
where Context: Async, Component: DelegateComponent<RuntimeTypeComponent>, Component::Delegate: ProvideRuntimeType<Context>,

Source§

impl<Context, Field: Async, Runtime> ProvideRuntimeType<Context> for ProvideRuntimeField<Field>
where Context: HasField<Field, Field = Runtime> + Async, Runtime: HasErrorType,

Source§

type Runtime = Runtime