pub fn any_attr_string(any: &Any) -> Option<String>
A stored attribute as a string: strings pass through; numbers print JS-style; bools as true/false. Anything else is None.