fn parse_line( line: &str, ) -> Result<Option<(IpAddr, HashSet<DomainName>)>, Error>
Parse a single line.
If the string cannot be parsed.