async fn current_temperature() -> impl Responder {. 11. web::Json(Measurement { temperature: 42.3 }). 12. } 13. . Source: actix.rs.
確定! 回上一頁