macro_rules! impl_fetch { ($model:ty, $table:ident) => { ... }; ($model:ty, $table:ident, $key:ty) => { ... }; }