Skip to main content

start_browser

Function start_browser 

Source
pub fn start_browser<F>(
    service_type: &str,
    domain: Option<&str>,
    callback: F,
) -> Result<Browser, NetworkError>
where F: FnMut(BrowserEvent) + Send + 'static,
Expand description

Start browsing for Bonjour services of service_type in domain.