Trait ProvideBuilderType

Source
pub trait ProvideBuilderType<App>
where App: Async,
{ type Builder: Async; }

Required Associated Types§

Implementors§

Source§

impl<Component, App> ProvideBuilderType<App> for Component
where App: Async, Component: DelegateComponent<BuilderTypeComponent>, Component::Delegate: ProvideBuilderType<App>,