Trait leptos_dom::IntoFragment 
source · pub trait IntoFragment {
    // Required method
    fn into_fragment(self, cx: Scope) -> Fragment;
}Expand description
Trait for converting any iterable into a Fragment.
Required Methods§
sourcefn into_fragment(self, cx: Scope) -> Fragment
 
fn into_fragment(self, cx: Scope) -> Fragment
Consumes this type, returning Fragment.