pub type AttrValue = IString;Expand description
Attribute value
Aliased Type§
pub enum AttrValue {
Static(&'static str),
Rc(Rc<str>),
}Variants§
Trait Implementations§
Source§impl IntoPropValue<ChildrenRenderer<VNode>> for AttrValue
impl IntoPropValue<ChildrenRenderer<VNode>> for AttrValue
Source§fn into_prop_value(self) -> ChildrenRenderer<VNode>
fn into_prop_value(self) -> ChildrenRenderer<VNode>
Convert
self to a value of a Properties struct.Source§impl IntoPropValue<VNode> for &AttrValue
impl IntoPropValue<VNode> for &AttrValue
Source§fn into_prop_value(self) -> VNode
fn into_prop_value(self) -> VNode
Convert
self to a value of a Properties struct.Source§impl IntoPropValue<VNode> for AttrValue
impl IntoPropValue<VNode> for AttrValue
Source§fn into_prop_value(self) -> VNode
fn into_prop_value(self) -> VNode
Convert
self to a value of a Properties struct.