Macro impl_versioned_state

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