macro_rules! impl_versioned_state { ($contract: ident, $current_state: ty, $migrations: ty) => { ... }; }