abstract_std::app

Trait AppExecuteMsg

Source
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 Empty

Implementors§