pub trait AppExecuteMsg: Serialize { }
Expand description

Trait indicates that the type is used as an app message in the ExecuteMsg enum. Enables Into<ExecuteMsg> for BOOT fn-generation support.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AppExecuteMsg for MockExecMsg

Source§

impl AppExecuteMsg for MockModuleExecuteMsg

Source§

impl AppExecuteMsg for Empty

Implementors§

Source§

impl AppExecuteMsg for abstract_interchain_tests::module_to_module_interactions::MockExecMsg