Function rustdoc::theme::parse_property_name
source · [−]Expand description
Returns a CSS property name. Ends when encountering a :
character.
If the :
character isn’t found, returns None
.
If a {
character is encountered, returns an error.