Trait leptos_dom::IntoView
source · pub trait IntoView {
// Required method
fn into_view(self) -> View;
}Expand description
Converts the value into a View.
pub trait IntoView {
// Required method
fn into_view(self) -> View;
}Converts the value into a View.