Function dioxus::prelude::fc_to_builder[][src]

pub fn fc_to_builder<'a, T>(
    fn(Scope<'a, T>) -> Option<VNode<'a>>
) -> <T as Properties>::Builder where
    T: 'a + Properties
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.