Type Alias ExecuteHandlerFn

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

Function signature for an execute handler.