Function dioxus_core::prelude::fc_to_builder
source · pub fn fc_to_builder<'a, T: Properties + 'a>(
_: fn(_: Scope<'a, T>) -> Element<'a>
) -> T::Builder
Expand description
This utility function launches the builder method so rsx! and html! macros can use the typed-builder pattern to initialize a component’s props.