Skip to main content

any_attr_string

Function any_attr_string 

Source
pub fn any_attr_string(any: &Any) -> Option<String>
Expand description

A stored attribute as a string: strings pass through; numbers print JS-style; bools as true/false. Anything else is None.