pub fn start_browser<F>( service_type: &str, domain: Option<&str>, callback: F, ) -> Result<Browser, NetworkError>where F: FnMut(BrowserEvent) + Send + 'static,
Start browsing for Bonjour services of service_type in domain.
service_type
domain