Trait leptos::IntoProperty
source · pub trait IntoProperty {
// Required method
fn into_property(self, cx: Scope) -> Property;
}
Expand description
Required Methods§
sourcefn into_property(self, cx: Scope) -> Property
fn into_property(self, cx: Scope) -> Property
Converts the object into a Property.