[][src]Function bing_wallpaper_url::get_url

pub async fn get_url() -> Result<String, Error>

Gets the url of Bing wallpaper.

Example

let url = bing_wallpaper_url::get_url().await.unwrap();
println!("{}", url);