Update
This commit is contained in:
@@ -11,3 +11,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
println!("{:#?}", resp);
|
println!("{:#?}", resp);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
pub enum Mensa {
|
||||||
|
Shedhalle(mensa::MensaShedhalle),
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user