Merge branch 'main' of github.com:STRUCTiX/tuemensa

This commit is contained in:
2025-01-01 17:54:35 +01:00
2 changed files with 8 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ pub enum MensaName {
PrinzKarl,
}
#[allow(dead_code)]
pub trait Mealplan {
fn id(&self) -> &str;
fn name(&self) -> &str;