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>

source§

fn from(base: BaseExecuteMsg) -> Self

Converts to this type from the input type.
source§

impl<T: AppExecuteMsg> From<T> for ExecuteMsg<T>

source§

fn from(app: T) -> Self

Converts to this type from the input type.