pub trait Metas { // Required method fn add_meta(&mut self, language: Language, key: String, value: String); }