Type Definition abstract_os::app::ExecuteMsg

source ·
pub type ExecuteMsg<AppMsg, ReceiveMsg = Empty> = MiddlewareExecMsg<BaseExecuteMsg, AppMsg, ReceiveMsg>;

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.