fn parse(&self, line: String) -> Option<PingResult>fn extract_regex(&self, regex: &Regex, line: String) -> Option<PingResult>impl Parser for LinuxParser[src]fn parse(&self, line: String) -> Option<PingResult>[src]impl Parser for MacOSParser[src]fn parse(&self, line: String) -> Option<PingResult>[src]impl Parser for WindowsParser[src]fn parse(&self, line: String) -> Option<PingResult>[src]