Trait leptos_dom::IntoChild

source ·
pub trait IntoChild {
    fn into_child(self, cx: Scope) -> Child;
}
Expand description

Converts some type into a Child.

Required Methods§

Converts the object into a Child.

Implementations on Foreign Types§

Implementors§