let data = fetch_data_from(url).await;
println!(“{data}”);
Discover more from Kvnbbg
Subscribe to get the latest posts sent to your email.
let data = fetch_data_from(url).await;
println!(“{data}”);
Subscribe to get the latest posts sent to your email.