pub fn parse_connection( s: &str, ) -> Result<((String, String, Option<HashMap<String, Value>>), (String, String, Option<HashMap<String, Value>>)), Error>
Parse a string as a connection and return its parts.