pub fn parse_str(s: &str) -> Result<Parsed, Error>Expand description
Parse a string into a Parsed enum.
Accepts all four angle formats (decimal, signed DMS, labeled DMS, bare DMS) as individual values or as a comma-separated coordinate pair. See the module-level documentation for the full grammar and format rules.