Type Alias MigrateHandlerFn

Source
pub type MigrateHandlerFn<Module, CustomMigrateMsg, Error> = fn(DepsMut<'_>, Env, Module, CustomMigrateMsg) -> Result<Response, Error>;
Expand description

Function signature for a migrate handler.