Function egg_mode::place::search_url[][src]

pub async fn search_url(
    url: &str,
    token: &Token
) -> Result<Response<SearchResult>>
Expand description

From a URL given with the result of any search_* function, perform the same location search.

Errors

In addition to errors that might occur generally, this function will return a BadUrl error if the given URL is not a valid search query URL.