Aplicando orden por modulos
Ignorar .env
This commit is contained in:
7
code/src/model/city.rs
Normal file
7
code/src/model/city.rs
Normal file
@ -0,0 +1,7 @@
|
||||
use serde::{Serialize, Deserialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct City {
|
||||
pub name : String,
|
||||
pub code: String
|
||||
}
|
Reference in New Issue
Block a user