This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
use std::fmt::Display;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::{
|
||||
current_weather_output_model::CurrentWeatherOutputModel,
|
||||
formats::data_format::DataFormat,
|
||||
formats::speed_unit::{speed_to_unit_string, SpeedUnit},
|
||||
formats::temp_unit::{temp_to_unit_string, TempUnit},
|
||||
formats::{
|
||||
data_format::DataFormat,
|
||||
speed_unit::{speed_to_unit_string, SpeedUnit},
|
||||
temp_unit::{temp_to_unit_string, TempUnit},
|
||||
},
|
||||
};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::fmt::Display;
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct CurrentWeatherOutput {
|
||||
|
||||
Reference in New Issue
Block a user