pub fn search_gateway(
    handle: &Handle
) -> Box<dyn Future<Item = Gateway, Error = SearchError>>
Expand description

Search gateway, bind to all interfaces and use a timeout of 3 seconds.

Bind to all interfaces. The request will timeout after 3 seconds.