Type Definition abstract_os::app::ExecuteMsg
source · pub type ExecuteMsg<AppMsg, ReceiveMsg = Empty> = MiddlewareExecMsg<BaseExecuteMsg, AppMsg, ReceiveMsg>;Trait Implementations§
source§impl<T> From<BaseExecuteMsg> for ExecuteMsg<T>
impl<T> From<BaseExecuteMsg> for ExecuteMsg<T>
source§fn from(base: BaseExecuteMsg) -> Self
fn from(base: BaseExecuteMsg) -> Self
Converts to this type from the input type.