pub trait GetMeta { // Required methods fn get_meta_mut(&mut self) -> &mut Meta; fn get_meta(&self) -> &Meta; }