ProvideOutputType

Trait ProvideOutputType 

Source
pub trait ProvideOutputType<App>
where App: Async,
{ type Output: Async; }

Required Associated Types§

Implementors§

Source§

impl<Component, App> ProvideOutputType<App> for Component
where App: Async, Component: DelegateComponent<OutputTypeComponent>, Component::Delegate: ProvideOutputType<App>,