Function parse_path
Source pub fn parse_path(path: &str) -> Result<(String, String), PathError>
Expand description
Spec §“Path” — :path “/” Service-Name “/” {method-name}.
Liefert (service_name, method_name). Beide MUST non-empty sein.
§Errors
Siehe PathError.