pub trait RepositoryItem { // Required methods fn id(&self) -> Id; fn set_id(&mut self, value: Id); }