pub type AttrValue = IString;
Expand description
Attribute value
Aliased Type§
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.