pub fn make_attr_string<S>(s: S) -> AttrValuewhere S: AsRef<str>,
Create a new string AttrValue. The string is copied, and the AttrValue owns the string.
AttrValue
s
An owned AttrValue with string value
s.into() may be preferred.
s.into()
Cell Context