Trait dioxus_core::prelude::IntoAttributeValue
source · pub trait IntoAttributeValue<'a> {
// Required method
fn into_value(self, bump: &'a Bump) -> AttributeValue<'a>;
}
Expand description
A value that can be converted into an attribute value
Required Methods§
sourcefn into_value(self, bump: &'a Bump) -> AttributeValue<'a>
fn into_value(self, bump: &'a Bump) -> AttributeValue<'a>
Convert into an attribute value