Type Definition abstract_sdk::base::MigrateHandlerFn

source ·
pub type MigrateHandlerFn<Module, MigrateMsg, Error> = fn(_: DepsMut<'_>, _: Env, _: Module, _: MigrateMsg) -> Result<Response, Error>;