pub trait IntoView {
// Required method
fn into_view(self, cx: Scope) -> View;
}Expand description
Converts the value into a View.
pub trait IntoView {
// Required method
fn into_view(self, cx: Scope) -> View;
}Converts the value into a View.