pub trait ModelExt { // Required method fn id2s(&self, id: &Ident) -> String; }
Helper trait to print es by their id.